Documentação da API > Menu manager menus > Object ProMenubutton > Function ProMenubuttonHighlight
Function ProMenubuttonHighlight
Description
Makes the specified button active and highlighted. Use this to show a default choice to the user. This function must be called after ProMenuFileRegister(), but before ProMenuCreate().
This function affects Menu-Manager (mode-specific) menus only.
Synopsis
#include <ProMenu.h>
ProMenubuttonHighlight
(
ProMenuName menuname
/* (In)
The name of the menu
*/
/* (In)
The name of the menu button
*/
)
Returns
The function successfully highlighted the button.
A general error occurred and the function failed.
See Also
Sample Code References
User Guide References
Isto foi útil?