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


In This Topic
    ENNumericUpDowWheelIncDecMode Enumeration
    In This Topic
    Enumerates the modes, in which a numeric up-down can increase/decrease its value when the mouse wheel is rotated inside it.
    Syntax
    'Declaration
     
    
    Public Enum ENNumericUpDowWheelIncDecMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENNumericUpDowWheelIncDecMode
    public enum ENNumericUpDowWheelIncDecMode : System.Enum 
    Members
    MemberDescription
    AlwaysThe numeric up-down always increases/decreases the value when the users rotates the mouse wheel over it.
    NeverThe numeric up-down never increases/decreases the value when the users rotates the mouse wheel over it.
    WhenFocusedThe numeric up-down increases/decreases the value when the users rotates the mouse wheel over it and the numeric up-down is focused.
    Inheritance Hierarchy

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

    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