IMenuItem.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines a state of flag that is displayed to the left of the menu item. The property is set to False by default (flag is deactivated).

Comments

If the menu item uses the Action object, the value of the Checked property of the menu item is determined automatically by the value of the Checked property of the Action object.

See also:

IMenuItem

IMenuItem.AutoCheck