Description | ||||||||
Sets the mode of a data menu to use either normal highlighting, or check-mark highlighting. Call this function before calling ProMenuCreate().
This function affects Menu-Manager (mode-specific) menus only. |
||||||||
Synopsis | ||||||||
#include <ProMenu.h> | ||||||||
ProError | ProMenuDatamodeSet | ( | ||||||
ProMenuName menuname | ||||||||
/* (In) | ||||||||
The name of the menu | ||||||||
*/ | ||||||||
ProBoolean checkmark | ||||||||
/* (In) | ||||||||
Specifies whether to use a check mark or ordinary highlighting | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProMenuCreate |