MouseWheelEdit Property (C1InputPanel)
In This Topic
Gets or sets whether a user can change data values in the input components using the mouse wheel.
Syntax
'Declaration
Public Property MouseWheelEdit As Boolean
public bool MouseWheelEdit {get; set;}
See Also