Positions the checkmark

in front of the menu option (popup menu or drop-down menu).
// Display a checkmark in front of "OPT_Option1" found in "PopupMenu1"
MenuMark(OPT_Option1)
// Equivalent to: MenuMark(PopupMenu1.OPT_Option1)
// Display a checkmark in front of "OPT_IconBar"
MenuMark(OPT_IconBar)
Syntax
MenuMark([<Window>, ] <Menu option>)
<Window>: Optional window name
Name of the window containing the menu option to mark.
If this parameter is not specified, MenuMark will handle the current window.
<Menu option>: Option name
Name of the menu option to mark. This name is defined in the description window of the menu option.
This name must be specified without quotes.
Remarks
Displaying a checkmark in an option associated with an image
If a checkmark is associated with a menu option containing an image, the image is not replaced by the checkmark.
Equivalence
This function is equivalent to the
Checked property.