IUiCommandAction.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines visibility of controls that are used to execute the current action.

Comments

If the property is set to True, the opened object contains appropriate menu command and toolbar button.

If the property is set to False, the appropriate menu command and toolbar button are hidden in the opened object.

Example

The example of property use is given in the example for the IUiCommandActionCustomize.Add method.

See also:

IUiCommandAction