'Declaration Public Enum ComboMode Inherits System.Enum
public enum ComboMode : System.Enum
Member | Description |
---|---|
DropDown | Allows to modify value by drop-down list only |
Editable | Allows to modify value by edit field and drop-down list. |
ReadOnly | Does not allow to open list or change value in field. If selection is not set, then first item in dataSource is automatically selected. |
ReadOnlyList | Allows 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. |
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
View on GitHub