Enumerations | |
| enum | Type { Separator, Action, CustomAction } |
Properties | |
| String | action |
| Type | type |
| enum DzToolBarItem::Type |
The types of action menu items
| Separator | A menu separator (i.e. horizontal divider) |
| Action | An action item - a menu entry that activates a DzAction object |
| CustomAction | A custom action item - a menu entry that activates a custom action. See DzActionMgr for more about custom actions. |
The class name of the action
The type of the menu item