Spread WinForms 15
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()
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