Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / ShowDropDownsOnTop Property

In This Topic
    ShowDropDownsOnTop Property (C1StatusBar)
    In This Topic
    Gets or sets whether the drop-down windows should appear on top of the status bar.
    Syntax
    'Declaration
     
    
    Public Property ShowDropDownsOnTop As Boolean
    public bool ShowDropDownsOnTop {get; set;}
    See Also