Library | Module

Interface IpfcPopupmenuOptions



Description

This class specifies various attributes associated with a popup menu.



Property Summary

PropertyHelptextas String [optional]
The button or the cascade menu helptext. If null, help text is assigned as the item label.
PropertyLabelas String [optional]
The menu button or cascade menu label. If null, label is assigned as the internal name.
PropertyNameas String
Internal name of the new popup menu or cascade button.
PropertyPositionIndexas 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

FunctionCCpfcPopupmenuOptions.Create (Name as String) as IpfcPopupmenuOptions
Creates a class object for popup menu options.



Property Detail


PropertyHelptextas String [optional]

The button or the cascade menu helptext. If null, help text is assigned as the item label.




PropertyLabelas String [optional]

The menu button or cascade menu label. If null, label is assigned as the internal name.




PropertyNameas String

Internal name of the new popup menu or cascade button.




PropertyPositionIndexas 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


FunctionCCpfcPopupmenuOptions.Create (Name as String) as IpfcPopupmenuOptions

Creates a class object for popup menu options.
Parameters:
Name
Name of the popup menu item.
Returns: