Category Creo Parametric user interface, Object ProPopupmenu

Function ProPopupmenuIdGet


Description
Gets the popup menu id given a popup menu name.
Synopsis
#include <ProPopupmenu.h>
ProErrorProPopupmenuIdGet(
const char* name
/* (In)
Menu name.
*/
ProPopupMenuId* menu_id
/* (Out)
Menu Id
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the menu id.
PRO_TK_E_NOT_FOUNDNo menu with that name.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Accessing the Popup Menus
  2. User Interface: Menus, Commands, and Popupmenus: Accessing the Popup Menus
  3. User Interface: Menus, Commands, and Popupmenus: Checking the Access State of a Popup Menu Item

Sample Code References:

  1. pt_userguide ( UgPopupmenus.c )
  2. pt_userguide ( UgPopupmenus.c )
  3. pt_userguide ( UgPopupmenus.c )