MobileToolbarButton

From Xojo Documentation

Class (inherits from Object)

A button to add to a Toolbar or Navigation Bar on a Screen.

Properties
Caption Icon Type fa-lock-32.png
Enabled Tag Width
Enumerations
Types
Methods
Handle
Shared Methods
FromHandle
Constructors

Constructor(buttonType As MobileToolbarButton.Types, buttonCaption As String = "", buttonIcon As Picture = Nil)



Notes

Buttons in a toolbar can have an icon or a caption but not both.

See Also

MobileToolbar