MobileScreen.LeftNavigationToolbar

From Xojo Documentation

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

Supported on Mobile.

The toolbar to display to the left of the Navigation Bar.

Notes

This is only visible when HasNavigationBar = True.

Sample Code

Add a button to the left Navigation Bar:

Var cameraButton As New MobileToolbarButton(MobileToolbarButton.Types.Camera)
LeftNavigationToolbar.AddButton(cameraButton)