Description | |||||
Determines whether the specified menu is currently displayed.
This function affects Menu-Manager (mode-specific) menus only. |
|||||
Synopsis | |||||
#include <ProMenu.h> | |||||
ProError | ProMenuVisibilityGet | ( | |||
ProMenuName menuname | |||||
/* (In) | |||||
The name of the menu | |||||
*/ | |||||
ProBoolean* visible | |||||
/* (Out) | |||||
Specifies whether the menu is visible | |||||
*/ | |||||
) | |||||
Returns | |||||
|