ToolItem

From Xojo Documentation

Class (inherits from Object)

An item in a Toolbar. An item is a style of ToolButton. Create each item with the ToolButton class and add each item to a Toolbar via the Append or Insert methods.


Properties
Caption HelpTag Tag
Enabled Name


Examples

See the examples for the Toolbar and ToolButton classes.


See Also

Toolbar, ToolButton classes.