Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Spin Class / SpinOnWheel Property


In This Topic
    SpinOnWheel Property (Spin)
    In This Topic
    Gets or sets a value that indicates whether the user can cause a spin action using the mouse wheel.
    Syntax
    'Declaration
     
    
    Public Property SpinOnWheel As Boolean
    'Usage
     
    
    Dim instance As Spin
    Dim value As Boolean
     
    instance.SpinOnWheel = value
     
    value = instance.SpinOnWheel
    public bool SpinOnWheel {get; set;}

    Property Value

    A bool value, true if the user can cause a spin action using the mouse wheel; otherwise, false.
    See Also