Category Menu manager menus, Object ProMenu

Function ProMenuVisibilityGet


Description
Determines whether the specified menu is currently displayed.

This function affects Menu-Manager (mode-specific) menus only.

Synopsis
#include <ProMenu.h>
ProErrorProMenuVisibilityGet(
ProMenuName menuname
/* (In)
The name of the menu
*/
ProBoolean* visible
/* (Out)
Specifies whether the menu is visible
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.

Manual References:

  1. Pro/DEVELOP to Creo Toolkit Function Mapping: Equivalent Pro/DEVELOP Functions
  2. User Interface: Menus, Commands, and Popupmenus: Pushing and Popping Menus
  3. User Interface: Menus, Commands, and Popupmenus: Pushing and Popping Menus

Sample Code References:

  1. pt_examples ( TestMenu.c )