NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SelectionMode Enumeration

[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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace