Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / SwitchDropDown Method


In This Topic
SwitchDropDown Method (GcNumber)
In This Topic
Switches the drop down.
Syntax
'Declaration
 
Public Sub SwitchDropDown() 
 
'Usage
 
Dim instance As GcNumber
 
instance.SwitchDropDown()
Remarks
This method mainly used by GcShortcut's behaviors. The drop-down window will be opened by call this method if the drop-down window is closed. And it will be closed by call this method when it's opened. But this method will be usless when the AllowDrop property is false.
See Also