Used to describe a list box containing many buttons, where user can select one of them to execute. For icon and text displayed in this list box, the icon of the button that is contained in it is used.
Attribute:
-
label
-
Specifies a label string of a button in list box format. It can be any string. However, as the strings beginning with # is internally reserved. To describe the strings beginning with #, describe beginning # as ## therefore: This label string is used for a tool tip of a button in list box format.
Either the label attribute or the resource-key attribute is mandatory. If both of them are specified, the resource-key attribute takes precedence.
If omitted, the string specified in the resource-key attribute is used.
-
resource-key
-
Specifies the resource key of the string when retrieving the label string of the button in list box format from the string resource. It can be any string.
Either the label attribute or the resource-key attribute is mandatory. If both of them are specified, the resource-key attribute takes precedence.
If omitted, the string specified in the label attribute is used.
Content:
The elements that can be specified within the ui:tool-list element are listed below.