Library | File

Class pfcPopupmenuOptions

# include <pfcUI.h>

class pfcPopupmenuOptions
 : public virtual xobject
{
    xdeclare(pfcPopupmenuOptions)
    ...
};
This is a COMPACT class.



Description

This class specifies various attributes associated with a popup menu.



Method Summary

static pfcPopupmenuOptions_ptrCreate (xrstring Name)
Creates a class object for popup menu options.
optional xstringGetHelptext ()
voidSetHelptext (optional xrstring value)
The button or the cascade menu helptext. If null, help text is assigned as the item label.
optional xstringGetLabel ()
voidSetLabel (optional xrstring value)
The menu button or cascade menu label. If null, label is assigned as the internal name.
xstringGetName ()
voidSetName (xrstring value)
Internal name of the new popup menu or cascade button.
optional xintGetPositionIndex ()
voidSetPositionIndex (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.



Method Detail

optional xintGetPositionIndex ()
voidSetPositionIndex (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.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus




xstringGetName ()
voidSetName (xrstring value)

Internal name of the new popup menu or cascade button.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus




optional xstringGetLabel ()
voidSetLabel (optional xrstring value)

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




optional xstringGetHelptext ()
voidSetHelptext (optional xrstring value)

The button or the cascade menu helptext. If null, help text is assigned as the item label.
Manual References:
Menus, Commands, and Pop-up Menus: Adding Content to the Pop-up Menus




static pfcPopupmenuOptions_ptrCreate (xrstring Name)

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