API Documentation > Creo Parametric user interface > Object ProPopupmenu > Callback ProPopupmenuAccessFunction
Callback ProPopupmenuAccessFunction
Description
Callback for the check of popup menu item access State.
Synopsis
#include <ProPopupmenu.h>
(*ProPopupmenuAccessFunction)
(
uiCmdCmdId command
/* (In)
Command identifier.
*/
ProAppData appdata
/* (In)
User application data
*/
ProSelection* sel_buffer
/* (In)
ProArray of selections in the selection buffer
*/
)
Returns
Return the uiCmdAccessState for the menu item for this situation.
User Guide References
Was this helpful?