Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / NavigateOnWheel Property


In This Topic
NavigateOnWheel Property (DropDownCalendar)
In This Topic
Gets or sets a value that indicates whether the user can navigate with the mouse wheel.
Syntax
'Declaration
 
Public Property NavigateOnWheel As Boolean
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Boolean
 
instance.NavigateOnWheel = value
 
value = instance.NavigateOnWheel

Property Value

A bool type that represents the value. The default is true..
Remarks
If this property is set to false, the DropDownCalendar does not navigate using the mouse wheel.
See Also