IMenuItem.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines a state of the checkbox displayed to the left of the menu item.

Comments

The property is set to False by default (checkbox is deselected).

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