MouseWheelSelection Property
In This Topic
Gets or sets a value indicating whether the selected item changes using the mouse wheel when the
C1ComboBox isn't dropped down.
Syntax
'Declaration
Public Property MouseWheelSelection As Boolean
public bool MouseWheelSelection {get; set;}
See Also