Intersoft ClientUI Documentation
SelectionMode Enumeration



Specifies value that control the selection modes.
Syntax
Public Enum SelectionMode 
   Inherits System.Enum
Dim instance As SelectionMode
public enum SelectionMode : System.Enum 
public enum class SelectionMode : public System.Enum 
Members
MemberDescription
One Exactly one item must be selected.
OneOrMore At least one item must be selected.
ZeroOrMore Any number of items can be selected.
ZeroOrOne No more than one item can be selected.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXCollection.SelectionMode

Requirements

Target Platforms: Windows 7, 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

Reference

Intersoft.Client.UI.Aqua.UXCollection Namespace

Send Feedback