[To be supplied.]
[Visual Basic] Public Enum SelectionMode [C#] public enum SelectionMode [C++] public enum SelectionMode
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
MultiExtended | Indicates that more than one item at a time can be selected, and keyboard combinations, such as SHIFT and CTRL can be used to help in selection. |
MultiSimple | indicates that more than one item at a time can be selected. |
None | indicates that no items can be selected. |
One | indicates that only one item at a time can be selected. |
Namespace: System.WinForms
Assembly: System.WinForms.dll