IBaseRibbonElement.Visible

Fore Syntax

Visible: Boolean;

Fore.NET Syntax

Visible: Boolean;

Description

The Visible property indicates whether the control element is visible.

Comments

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

See also:

IBaseRibbonElement