public enum ENStringPropertyEditorStyle : System.Enum
public enum ENStringPropertyEditorStyle : System.Enum
Member | Description |
---|---|
AutocompleteTextBox | The string is edited by an autocomplete text box. |
ComboBox | The string is edited by a drop down style (i.e. editable) combo box. |
MultilineTextBox | The string is edited by a multiline text box. |
Password | The string is edited by a password text box. |
TextBox | The string is edited by a text box. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Editors.ENStringPropertyEditorStyle
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)