Version

RecordSelectorLocation Enumeration

Determines the position of the RecordSelector relative to the Record's cell area.
Syntax
'Declaration
 
Public Enum RecordSelectorLocation 
   Inherits System.Enum
public enum RecordSelectorLocation : System.Enum 
Members
MemberDescription
AboveCellAreaAbove cell area
BelowCellAreaBelow cell area
DefaultUse the default setting
LeftOfCellAreaLeft on cell area
NoneDon't show record selectors
RightOfCellAreaRight on cell area
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also