Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDropDownBase Class / DroppedDown Property

In This Topic
    DroppedDown Property (RibbonDropDownBase)
    In This Topic
    Gets or sets whether the drop-down portion of this element is visible.
    Syntax
    'Declaration
     
    
    Public Property DroppedDown As Boolean
    public bool DroppedDown {get; set;}
    See Also