MobileScreen.RightNavigationToolbar

From Xojo Documentation

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

Supported on Mobile.

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

Notes

This is only visible when HasNavigationBar = True.

Sample Code

Add a button to the right Navigation Bar:

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