MobileScreen.Toolbar

From Xojo Documentation

Property (As MobileToolbar )
aMobileScreen.Toolbar = newMobileToolbarValue
or
MobileToolbarValue = aMobileScreen.Toolbar

Supported on Mobile.

The toolbar that is displayed in the Screen, typically at the bottom.

Sample Code

Add a button to the Toolbar:

Var button As New MobileToolbarButton(MobileToolbarButton.Types.Camera)
Toolbar.AddButton(button)