Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendarInfo Class / NavigateOnWheel Property


In This Topic
    NavigateOnWheel Property (DropDownCalendarInfo)
    In This Topic
    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