Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcDateTime Class / ShortcutSpinDown Method


In This Topic
    ShortcutSpinDown Method (GcDateTime)
    In This Topic
    Performs the spin down action for a shortcut key.
    Syntax
    'Declaration
     
    
    Public Sub ShortcutSpinDown() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    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