Version

ComboMode Enumeration

Specifies the functionality mode Combo.
Syntax
'Declaration
 
Public Enum ComboMode 
   Inherits System.Enum
public enum ComboMode : System.Enum 
Members
MemberDescription
DropDownAllows to modify value by drop-down list only
EditableAllows to modify value by edit field and drop-down list.
ReadOnlyDoes not allow to open list or change value in field. If selection is not set, then first item in dataSource is automatically selected.
ReadOnlyListAllows to open list, but does not allow any changes in field or selection in drop-down list. If selection is not set, then first item in dataSource is automatically selected.
Requirements

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

View on GitHub