Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / ENStringPropertyEditorStyle Enumeration


In This Topic
    ENStringPropertyEditorStyle Enumeration
    In This Topic
    Defines the styles for a string property editor.
    Syntax
    'Declaration
     
    
    Public Enum ENStringPropertyEditorStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENStringPropertyEditorStyle
    public enum ENStringPropertyEditorStyle : System.Enum 
    Members
    MemberDescription
    AutocompleteTextBoxThe string is edited by an autocomplete text box.
    ComboBoxThe string is edited by a drop down style (i.e. editable) combo box.
    MultilineTextBoxThe string is edited by a multiline text box.
    PasswordThe string is edited by a password text box.
    TextBoxThe string is edited by a text box.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Editors.ENStringPropertyEditorStyle

    Requirements

    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)

    See Also