Spread Windows Forms 12.0 Product Documentation
NavigateOnWheel Property (DropDownCalendar)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : NavigateOnWheel Property
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
public bool NavigateOnWheel {get; set;}

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

Reference

DropDownCalendar Class
DropDownCalendar Members