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


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