Method XbpMenuBar():isItemChecked() Foundation

Returns whether the specified menu item currently has a check mark .

Syntax
:isItemChecked( <nItemIndex> ) --> lChecked
Parameters
<nItemIndex>
<nItemIndex> is a numeric value specifying the ordinal position within the menu object of the menu item to test for a check mark.
Return

This method returns the value .T. (true) if the menu item currently has a check mark, otherwise .F. (false) is returned.

Description

The :isItemChecked() method determines whether a menu item currently has a check mark. The check mark is set or removed using the :checkItem() method. Check marks are generally used to visually display the status of toggles or other program states.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.