ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / CloseDropDown Method / CloseDropDown(Boolean) Method

In This Topic
    CloseDropDown(Boolean) Method
    In This Topic
    Closes the dropdown.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub CloseDropDown( _
       ByVal doPost As Boolean _
    ) 
    public virtual void CloseDropDown( 
       bool doPost
    )

    Parameters

    doPost
    See Also