Description | ||||||||
Sets the mode of the specified menu. You must call this function after ProMenuFileRegister(), but before ProMenuCreate().
This function affects Menu-Manager (mode-specific) menus only. |
||||||||
Synopsis | ||||||||
#include <ProMenu.h> | ||||||||
ProError | ProMenuModeSet | ( | ||||||
ProMenuName menuname | ||||||||
/* (In) | ||||||||
The name of the menu. | ||||||||
*/ | ||||||||
ProMenuMode mode | ||||||||
/* (In) | ||||||||
The menu mode. The possible values are PROMENUMODE_OPERATIONAL (the selected button remains highlighted only during the action of the command) and PROMENUMODE_DATA (the menu buttons are alternately highlighted and unhighlighted on selection). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|
||||||||
See Also | ||||||||
ProMenuCreate | ||||||||
ProMenuFileRegister |