Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / ENComboBoxStyle Enumeration


In This Topic
    ENComboBoxStyle Enumeration
    In This Topic
    Enumerates the combo box styles.
    Syntax
    'Declaration
     
    
    Public Enum ENComboBoxStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENComboBoxStyle
    public enum ENComboBoxStyle : System.Enum 
    Members
    MemberDescription
    DropDownSpecifies 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.
    DropDownListSpecifies 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.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.UI.ENComboBoxStyle

    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