formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | User Interface
Description
Sets the checkmark on a menu item. This will set or remove the checkmark state of a menu item
Plugin Prototype
void fzrt_menu_check_item(
theMenu, | |
short | item, |
checked ) |
Parameters
theMenu [Input]
the menu pointer
item [Input]
the 1-based index of the menu item
Range: item >= 1
checked [Input]
TRUE to set check mark, FALSE to remove it
Availability
5.0.0.0
See Also
Function Set
Defined in