FBGenericMenuItem This class stores data for a single menu item.
A single menu item can contains another menu (embedded menu) or not. A GenericMenuItem has an Id and a Name.
You can use a GenericMenuItem to modify the attributes of a menu (it is the only way to change its name).
You cannot create a FBGenericMenuItem directly. You must use the insertion method in FBMenu of FBMenuManager to obtain a handle on a FBGenericMenuItem.
Definition at line 80 of file fbgenericmenu.h.
#include <fbgenericmenu.h>
Public Member Functions | |
FBGenericMenuItem (HIObject pObject) | |
Public Attributes | |
FBPropertyString | Caption |
Read/Write Property: Caption of the menu item. | |
FBPropertyInt | Id |
Read/Write Property: Id of the menu item. | |
FBPropertyBool | Enable |
Read/Write Property: Enable or Disable (grey out) a menu Item. | |
FBPropertyGenericMenu | Menu |
Read/Write Property: If the menu item leads to another menu. |
FBGenericMenuItem | ( | HIObject | pObject | ) |
Read/Write Property: Caption of the menu item.
Definition at line 85 of file fbgenericmenu.h.
Read/Write Property: Id of the menu item.
Definition at line 86 of file fbgenericmenu.h.
Read/Write Property: Enable or Disable (grey out) a menu Item.
Definition at line 87 of file fbgenericmenu.h.
FBPropertyGenericMenu Menu |
Read/Write Property: If the menu item leads to another menu.
Definition at line 88 of file fbgenericmenu.h.