API 설명서 > Menu manager menus > Object ProMenu > Function ProMenuDatamodeSet
Function ProMenuDatamodeSet
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>
ProMenuDatamodeSet
(
ProMenuName menuname
/* (In)
The name of the menu
*/
ProBoolean checkmark
/* (In)
Specifies whether to use a check mark or ordinary highlighting
*/
)
Returns
The function successfully set the mode.
There was a general error and the function failed.
See Also
Sample Code References
User Guide References
도움이 되셨나요?