Visible: Boolean;
Visible: Boolean;
The Visible property indicates whether the context tab is displayed.
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.
The example of use is given in description of the IRibbonContexts.Add method.
See also: