Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroup Class / TryCloseDropDownButton Method

In This Topic
    TryCloseDropDownButton Method
    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 successfully closed. False otherwise
    See Also