HideTabHeader
property for PowerScript controls
Applies to
RibbonBar controls
Description
Specifies the tab header area to be invisible.(Default is
FALSE.)
The tab header area includes the application button title, the
category title, and the tab header on the same horizontal level.
If RibbonBar is minimized (which means only the application button
title, the category title, and the tab header are visible), this
HideTabHeader property cannot be set to TRUE.
Values are:
TRUE – Specifies the tab header area to be invisible.
FALSE – Specifies the tab header area to be visible.
Usage
In a painter
To set HideTabHeader property for RibbonBar:
-
Select the RibbonBar control.
-
Select the HideTabHeader check box on the General page of the
control’s Properties view.
In scripts
This statement hides the tab header of the RibbonBar control:
|
1 |
rbb_1.HideTabHeader = true |