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


In This Topic
SwitchDropDown Method (GcTextBox)
In This Topic
Switches the state of the drop-down window.
Syntax
'Declaration
 
Public Sub SwitchDropDown() 
 
'Usage
 
Dim instance As GcTextBox
 
instance.SwitchDropDown()
Remarks
This method is mainly used by GcShortcut's behaviors. The drop-down window is opened when using this method if the drop-down window is closed. The window is closed when using this method if the window is open. This method does nothing when the AllowDrop property is false.
See Also