FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / 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 System.Boolean
    public System.bool DroppedDown {get; set;}
    See Also