IBaseRibbonElement.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether a control is visible.

Comments

If the property is set to True, the control is displayed on the ribbon. If the property is set to False, the control is hidden.

See also:

IBaseRibbonElement