Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / ShortcutSpinDown Method


In This Topic
    ShortcutSpinDown Method (FieldsEditorControl)
    In This Topic
    Performs the spin down action for a shortcut key.
    Syntax
    'Declaration
     
    
    Public Sub ShortcutSpinDown() 
    'Usage
     
    
    Dim instance As FieldsEditorControl
     
    instance.ShortcutSpinDown()
    public void ShortcutSpinDown()
    Remarks
    This method is mainly used for the GcShortcut. The behavior is the same as using the DoSpinDown method.
    See Also