ToolbarButton
Xojo provides a ToolbarButton control for desktop, mobile and web projects:
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 button's caption. |
Enabled |
If true, the button is enabled. |
Icon |
The button's icon. |
Menu |
The optional menu connected to the button. Not supported for mobile projects. |
Tooltip |
Additional text that appears when you hover over the button. Not supported for mobile projects. |
See Also
DesktopToolbarButton, MobileToolbarButton and WebToolbarButton