formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | User Interface

fzrt_menu_check_item

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(

fzrt_menu_ptr

theMenu,

short

item,

fzrt_boolean

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

fz_fzrt_ui_fset


Defined in

fzrt_api.h