ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonDropDownBase Class / DroppedDown Property

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