toolbar Element
Contains information about the toolbars used in the view.
Type
|
Structure
Name | Description |
---|---|
button | (Optional element) Defines a button that has an associated action. |
caption | (Required attribute) Used as the title of the toolbar, when the toolbar is not docked to the user interface. |
name | (Required attribute) Identifies the corresponding toolbar within different views. Must be unique within a given view. |
menu | (Optional element) Contains information about the menus used within the toolbar. |
Remarks
The toolbar element is an optional element of the view element. There can be multiple toolbars declared for a view, and each toolbar can have multiple menu or button elements.
Example
The following is an example of the toolbar element:
|