Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ShortcutSpinDown Method


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