Applies to
RibbonBar controls
Description
Specifies the text of all ribbon panels to be invisible.(Default is FALSE.)
Values are:
TRUE – Specifies the panel text to be invisible.
FALSE – Specifies the panel text to be visible.
Usage
In a painter
To set HidePanelText property for RibbonBar:
-
Select the RibbonBar control.
-
Select the HidePanelText check box on the General page of the control's Properties view.
In scripts
This statement hides the panel text of the RibbonBar control:
rbb_1.HidePanelText = true