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

In This Topic
    HideTabHeaderRow Property
    In This Topic
    Gets or sets whether the tab header row (including the application menu and config toolbar) is hidden.
    Syntax
    'Declaration
     
    Public Property HideTabHeaderRow As System.Boolean
    public System.bool HideTabHeaderRow {get; set;}
    See Also