| Library | File | Frames | Expand |
| static pfcPopupmenuOptions_ptr | Create (xrstring Name) | |
| Creates a class object for popup menu options. | ||
| optional xstring | GetHelptext () | |
| void | SetHelptext (optional xrstring value) | |
| The button or the cascade menu helptext. If null, help text is assigned as the item label. | ||
| optional xstring | GetLabel () | |
| void | SetLabel (optional xrstring value) | |
| The menu button or cascade menu label. If null, label is assigned as the internal name. | ||
| xstring | GetName () | |
| void | SetName (xrstring value) | |
| Internal name of the new popup menu or cascade button. | ||
| optional xint | GetPositionIndex () | |
| void | SetPositionIndex (optional xint value) | |
| Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu. | ||
| optional xint | GetPositionIndex | () |
| void | SetPositionIndex | (optional xint value) |
|
Position at which to add the menu or cascade button. If position null, the position will be at the end of the menu.
|
| xstring | GetName | () |
| void | SetName | (xrstring value) |
|
Internal name of the new popup menu or cascade button.
|
| optional xstring | GetLabel | () |
| void | SetLabel | (optional xrstring value) |
|
The menu button or cascade menu label. If null, label is assigned as the internal name. |
| optional xstring | GetHelptext | () |
| void | SetHelptext | (optional xrstring value) |
|
The button or the cascade menu helptext. If null, help text is assigned as the item label.
|
| static pfcPopupmenuOptions_ptr | Create | (xrstring Name) |
|
Creates a class object for popup menu options.
|