public enum ENComboBoxWheelNavigationMode : System.Enum
public enum ENComboBoxWheelNavigationMode : System.Enum
Member | Description |
---|---|
Always | The combo box always navigates through the items when the users rotates the mouse wheel over it. |
Never | The combo box never navigates through the items when the users rotates the mouse wheel over it. |
WhenFocused | The combo box navigates through the items when the users rotates the mouse wheel over it and the combo box is focused. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.UI.ENComboBoxWheelNavigationMode
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)