Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1DropDownTool Class / IsDropDownOpen Property

In This Topic
    IsDropDownOpen Property
    In This Topic
    Gets or sets whether the drop-down is opened.
    Syntax
    'Declaration
     
    
    Public Property IsDropDownOpen As Boolean
    public bool IsDropDownOpen {get; set;}
    See Also