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


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