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


In This Topic
    SwitchDropDown Method (GcDateTime)
    In This Topic
    Switches the state of the drop-down window.
    Syntax
    'Declaration
     
    
    Public Sub SwitchDropDown() 
    'Usage
     
    
    Dim instance As GcDateTime
     
    instance.SwitchDropDown()
    public void 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 it is currently open. This method does nothing if the AllowDrop property is false.
    See Also