Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / SwitchDropDown Method


In This Topic
    SwitchDropDown Method (GcComboBox)
    In This Topic
    Switches the drop down.
    Syntax
    'Declaration
     
    
    Public Sub SwitchDropDown() 
    'Usage
     
    
    Dim instance As GcComboBox
     
    instance.SwitchDropDown()
    public void 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