Determines if a checkmark appears beside a menu item.

Property of

Menu

Description

Use checked to indicate that a condition or a process is turned on or off.

The checkmark appears to the left of the menu command when you set the checked property to true; the checkmark is removed when you set the checked property to false.

You may specify a bitmap to display instead of the checkmark with the checkedBitmap property, and a bitmap to display when checked is false with the uncheckedBitmap property.