public enum ENComboBoxStyle : System.Enum
public enum ENComboBoxStyle : System.Enum
Member | Description |
---|---|
DropDown | Specifies that the list is displayed by clicking the down arrow and that the text portion is editable. This means that the user can enter a new value and is not limited to selecting an existing value from the list. |
DropDownList | Specifies that the list is displayed by clicking the down arrow and that the text portion is not editable. This means that the user cannot enter a new value. Only values already in the list can be selected. This is the default style. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENComboBoxStyle
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)