IRibbonContext.Visible

Fore Syntax

Visible: Boolean;

Fore.NET Syntax

Visible: Boolean;

Description

The Visible property indicates whether the context tab is displayed.

Comments

By default all context tabs are hidden. When the determined events occur, the context tab and all tabs that are included in it can be displayed using this property. This property should be set to True to display the context tab, it should be set to False to hide it.

Example

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

See also:

IRibbonContext