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 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. |
|
Friends |
|
class | DataFBGenericMenu |
friend class DataFBGenericMenu
[friend] |
Definition at line 88 of file fbgenericmenu.h.
Read/Write Property: Caption of the menu item.
Definition at line 83 of file fbgenericmenu.h.
Read/Write Property: Id of the menu item.
Definition at line 84 of file fbgenericmenu.h.
Read/Write Property: Enable or Disable (grey out) a menu Item.
Definition at line 85 of file fbgenericmenu.h.
FBPropertyGenericMenu Menu |
Read/Write Property: If the menu item leads to another menu.
Definition at line 86 of file fbgenericmenu.h.