Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ShortcutSpinUp Method


In This Topic
    ShortcutSpinUp Method (GcComboBox)
    In This Topic
    Performs spin up for shortcut key.
    Syntax
    'Declaration
     
    
    Public Sub ShortcutSpinUp() 
    'Usage
     
    
    Dim instance As GcComboBox
     
    instance.ShortcutSpinUp()
    public void ShortcutSpinUp()
    Remarks
    This method mainly used for the GcShortcut. The behavior is same with the DoSpinUp method. And Spin.AllowSpin and Spin.SpinOnKeys properties will take effect on this method.
    See Also