Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.v3.6 Assembly / Xceed.SmartUI Namespace / SmartItem Class / CloseDropDown Method / CloseDropDown() Method


In This Topic
    CloseDropDown() Method
    In This Topic
    Closes the SmartItem's dropdown.
    Syntax
    'Declaration
     
    Public Overloads Sub CloseDropDown() 
    'Usage
     
    Dim instance As SmartItem
     
    instance.CloseDropDown()
    public void CloseDropDown()
    Remarks

    In the case where the SmartItem does not have a dropdown, nothing will happen.

    The possible dropdowns of child SmartItems will not be closed.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also