API Documentation > Classes > Class pfcPopupmenuOptions
Class pfcPopupmenuOptions
Description
This class specifies various attributes associated with a popup menu.
Property Summary
/* optional */ string
The button or the cascade menu helptext. If null, help text is assigned as the item label.
/* optional */ string
The menu button or cascade menu label. If null, label is assigned as the internal name.
string
Internal name of the new popup menu or cascade button.
/* optional */ number
Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
Method Summary
Create (string Name)
Creates a class object for popup menu options.
Property Detail
/* optional */ string
Helptext
The button or the cascade menu helptext. If null, help text is assigned as the item label.
/* optional */ string
Label
The menu button or cascade menu label. If null, label is assigned as the internal name.
string
Name
Internal name of the new popup menu or cascade button.
/* optional */ number
PositionIndex
Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
Method Detail
Create
(string Name)
Creates a class object for popup menu options.
Parameters:
Name
Name of the popup menu item.
Returns:
Was this helpful?