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.

Public Member Functions |
|
| __init__ (object pObject) | |
Public Attributes |
|
| FBPropertyString | Caption |
| Read/Write Property: Caption of the
menu item. |
|
| FBPropertyBase | Id |
| Read/Write Property: Id of the menu
item. |
|
| FBPropertyBase | 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. |
|
| __init__ | ( | object | pObject | ) |
Read/Write Property: Caption of the menu item.
| FBPropertyBase Id |
Read/Write Property: Id of the menu item.
| FBPropertyBase 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.