API Documentation > Classes > Interface IpfcPopupmenuOptions
Interface IpfcPopupmenuOptions
Description
This class specifies various attributes associated with a popup menu.
User Guide References:
Property Summary
Property
as String [optional]
The button or the cascade menu helptext. If null, help text is assigned as the item label.
Property
as String [optional]
The menu button or cascade menu label. If null, label is assigned as the internal name.
Property
as String
Internal name of the new popup menu or cascade button.
Property
as Long [optional]
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
Function
Creates a class object for popup menu options.
Property Detail
Property
Helptext
as String [optional]
The button or the cascade menu helptext. If null, help text is assigned as the item label.
Property
Label
as String [optional]
The menu button or cascade menu label. If null, label is assigned as the internal name.
Property
Name
as String
Internal name of the new popup menu or cascade button.
Property
PositionIndex
as Long [optional]
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
Function
CCpfcPopupmenuOptions.Create
(Name as String) as IpfcPopupmenuOptions
Creates a class object for popup menu options.
Parameters:
Name
Name of the popup menu item.
Returns:
Was this helpful?