MenuItem.Visible

Syntax

Visible: Boolean;

Description

The Visible property determines whether menu item is visible.

Comments

The menu item is not visible if the False value is set for the property. The True value is set by default.

Example

The property use is given in the description of the Menu.ImageList property.

See also:

MenuItem