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


In This Topic
    ENComboBoxWheelNavigationMode Enumeration
    In This Topic
    Enumerates the modes, in which a combo box can navigate through its items when the mouse wheel is rotated inside it.
    Syntax
    'Declaration
     
    
    Public Enum ENComboBoxWheelNavigationMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENComboBoxWheelNavigationMode
    public enum ENComboBoxWheelNavigationMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe combo box always navigates through the items when the users rotates the mouse wheel over it.
    NeverThe combo box never navigates through the items when the users rotates the mouse wheel over it.
    WhenFocusedThe combo box navigates through the items when the users rotates the mouse wheel over it and the combo box is focused.
    Inheritance Hierarchy

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

    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