Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarGroup Class / TryCloseDropDownButton Method

In This Topic
    TryCloseDropDownButton Method (C1ToolbarGroup)
    In This Topic
    Try to close the DropDownButton of this ToolbarGroup
    Syntax
    'Declaration
     
    
    Public Function TryCloseDropDownButton() As Boolean
    public bool TryCloseDropDownButton()

    Return Value

    True if sucessfully closed. False otherwise
    See Also