ToolbarItem
Xojo provides a ToolbarItem control for desktop, mobile and web projects:
Note
For mobile toolbars, this functionality can be found in the MobileToolbarButton class.
Common members
These properties are both common amongst the desktop, mobile and web versions of the control and are the most commonly used. See the individual controls for more members and details.
Properties
Name |
Description |
---|---|
Caption |
The text of the item. |
Enabled |
If true, the item is enabled. |
Icon |
The icon for the item. For desktop projects, see the DesktopToolbarButton class. |
Tooltip |
Additional text that appears when you hover over the item. Not supported for mobile projects. |