RibbonTab.Visible Property
Parent Object: RibbonTabDescription
Gets and sets whether the ribbon tab is currently visible in the ribbon. Note that this property applies only when the parent ribbon is active.
Syntax
RibbonTab.Visible() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Print information about all available ribbons. | This sample prints out all of the elements of the ribbons. This output is very useful when customizing the ribbon to be able to get the names of the various existing ribbons, tabs, and panels. |