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


In This Topic
    OpenDropDown Method (GcNumber)
    In This Topic
    Open the drop down window of GcNumber.
    Syntax
    'Declaration
     
    Public Sub OpenDropDown() 
    'Usage
     
    Dim instance As GcNumber
     
    instance.OpenDropDown()
    public void OpenDropDown()
    Remarks
    This method affects the GrapeCity.Windows.InputMan.GcNumber.IsDropDownOpen property.
    See Also