Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNumericUpDown Class / WheelIncDecMode Property


In This Topic
    WheelIncDecMode Property
    In This Topic
    Gets or sets the mode in which the numeric up down increases or decreases its value, when the user rotates the mouse wheel inside it. By default set to Always.
    Syntax
    'Declaration
     
    
    Public Property WheelIncDecMode As ENNumericUpDowWheelIncDecMode
    'Usage
     
    
    Dim instance As NNumericUpDown
    Dim value As ENNumericUpDowWheelIncDecMode
     
    instance.WheelIncDecMode = value
     
    value = instance.WheelIncDecMode
    public ENNumericUpDowWheelIncDecMode WheelIncDecMode {get; set;}
    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