Spread Windows Forms 12.0 Product Documentation
NavigateOnWheel Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : NavigateOnWheel Property
Gets or sets a value indicating whether user can navigate by mouse wheel.
Syntax
'Declaration
 
Public Property NavigateOnWheel As Boolean
'Usage
 
Dim instance As DropDownCalendarInfo
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 DropDownCalendarInfo will not navigate on mouse wheel.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members