Version

SelectionType Enumeration

Used to specify the type of selection that is allowed for an object.
Syntax
'Declaration
 
Public Enum SelectionType 
   Inherits System.Enum
public enum SelectionType : System.Enum 
Members
MemberDescription
DefaultUse Default. The setting of the object's parent will be used.
ExtendedExtended Select. Multiple objects may be selected at once.
ExtendedAutoDragStrategy used when multiple items can be selected but pressing the left button and dragging does not select other items but instead starts dragging the selected item immediately.
NoneNone. Objects may not be selected.
RangeA single range that could include multiple objects may be selected.
SingleSingle Select. Only one object may be selected at any time.
SingleAutoDragStrategy used when only a single item can be selected and pressing the left button and dragging does not select other items but instead starts dragging the selected item immediately.
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