Library | Module

Interface IpfcPopupmenu



Description

This class specifies a popup menu.
Direct Parent Classes:
IpfcChild



Property Summary

PropertyNameas String
Name of the popup menu.



Method Summary

SubAddButton (Command as IpfcUICommand, Options as IpfcPopupmenuOptions)
Add a new item to a Creo Parametric popup menu.
FunctionAddMenu (Options as IpfcPopupmenuOptions) as IpfcPopupmenu
Adds a cascade button to the popup menu.



Property Detail


PropertyNameas String

Name of the popup menu.





Method Detail


SubAddButton (Command as IpfcUICommand, Options as IpfcPopupmenuOptions)

Add a new item to a Creo Parametric popup menu.
Parameters:
Command
Command associated to the popup menu button.
Options
Various attributes use to define this popup menu button.



FunctionAddMenu (Options as IpfcPopupmenuOptions) as IpfcPopupmenu

Adds a cascade button to the popup menu.
Parameters:
Options
Various attributes used to define the popup menu.
Returns:
The popup menu.