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


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

    Property Value

    A bool value, true if the user can cause a spin action with the keyboard; otherwise, false.
    See Also