IRibbonContext.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether the context tab is displayed.

Comments

All context tabs are hidden by default. When the specific events occur, the context tab and all tabs that are included in it can be displayed using this property. Set this property to True to display the context tab, set the property to False to hide it.

Example

The example of use is given in description of the IRibbonContexts.Add method.

See also:

IRibbonContext