CheckCommand
Mac OSThe
CheckCommandmethod places a checkmark next to the specified menu item, or unchecks it.
void CheckCommand (in ODCommandID cmdNumber, in ODBoolean check);
cmdNumber- The command ID of the menu item to be checked. On the Mac OS platform, the command ID is defined as a signed 32-bit value.
checkkODTrueif the menu item is to be checked, orkODFalseif the menu item is to be unchecked.SEE ALSO
TheODCommandIDtype (page 895).