Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / OpenDropDown Method


In This Topic
    OpenDropDown Method (GcComboBox)
    In This Topic
    Open drop down window of control.
    Syntax
    'Declaration
     
    Public Sub OpenDropDown() 
    'Usage
     
    Dim instance As GcComboBox
     
    instance.OpenDropDown()
    public void OpenDropDown()
    Remarks
    This method provides a way to open dropdown window through programmable way.
    See Also