checkedmenuitem(
TITLE
,
CHECKED
)

The checkedmenuitem( function creates a single menu item with an optional checkmark.


Parameters

This function has two parameters:

title – title of the menu item.

checked – true if menu item should be checked, false if not.


Description

This function creates a single menu item with an optional checkmark.

checkedmenuitem("Shipped",ShipDate<>0)

Another way to create a checked menu item is to use the State option of the menuitem( function. This function gives you complete control over all aspects of a menu item’s appearance and operation.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0