public enum ENNumericUpDowWheelIncDecMode : System.Enum
public enum ENNumericUpDowWheelIncDecMode : System.Enum
Member | Description |
---|---|
Always | The numeric up-down always increases/decreases the value when the users rotates the mouse wheel over it. |
Never | The numeric up-down never increases/decreases the value when the users rotates the mouse wheel over it. |
WhenFocused | The numeric up-down increases/decreases the value when the users rotates the mouse wheel over it and the numeric up-down is focused. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENNumericUpDowWheelIncDecMode
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)