Class defining a toolbar in the UI of the application.
Remarks
None.
Examples
Example 1: The following example defines a toolbar with two entries.
<toolbar name="TestToolbar" caption="Test Toolbar"> <entry name="Entry 1" icon="icon1"> </entry> <entry name="Entry 2" icon="icon2"> </entry> </toolbar>
Table 96: XML Tag Listing
Tag | <Separator> |
Separator for the toolbar. |
Attribute | caption= |
Caption of the toolbar. |
Attribute | localize= |
Indicates whether the caption and value string need to be localized by the application. |
Attribute | name= |
Name of the toolbar. |