Function ProPopupmenuIdGet
Description
Gets the popup menu id given a popup menu name.
Synopsis
#include <ProPopupmenu.h>
ProPopupmenuIdGet
(
const char* name
/* (In)
Menu name.
*/
/* (Out)
Menu Id
*/
)
Returns
The function successfully got the menu id.
No menu with that name.
Sample Code References
User Guide References
Was this helpful?