API Documentation > Menu manager menus > Object ProMenubutton > Function ProMenubuttonUnhighlight
Function ProMenubuttonUnhighlight
Description
Makes the specified button inactive, and removes the highlighting.
This function affects Menu-Manager (mode-specific) menus only.
Synopsis
#include <ProMenu.h>
ProMenubuttonUnhighlight
(
ProMenuName menuname
/* (In)
The name of the menu
*/
/* (In)
The name of the menu button
*/
)
Returns
The function successfully made the button inactive.
A general error occurred and the function failed.
Sample Code References
User Guide References
Was this helpful?