API Documentation > Interfaces > Interface Popupmenu
Interface Popupmenu

package com.ptc.pfc.pfcUI;

public interface
Popupmenu
extends
com.ptc.pfc.pfcObject.Child


Description
This class specifies a popup menu.
Method Summary
void
Add a new item to a Creo Parametric popup menu.
Adds a cascade button to the popup menu.
String
Get method for attribute "Name"
Name of the popup menu.
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Method Detail
GetName
String
GetName
()
Name of the popup menu.
Manual References:
AddButton
void
AddButton
(UICommand Command, PopupmenuOptions Options)
Add a new item to a Creo Parametric popup menu.
Manual References:
Parameters:
Command
Command associated to the popup menu button.
Options
Various attributes use to define this popup menu button.
Returns:
AddMenu
AddMenu
(PopupmenuOptions Options)
Adds a cascade button to the popup menu.
Manual References:
Parameters:
Options
Various attributes used to define the popup menu.
Returns:
The popup menu.
Was this helpful?