MobileToolbar.AddButtonAt

From Xojo Documentation

Method

MobileToolbar.AddButtonAt(index As Integer, button As MobileToolbarButton)

Supported on Mobile.

Adds the button to the toolbar at the index passed.

Sample Code

Add a button at the first position of the toolbar:

Toolbar.AddButtonAt(0, New MobileToolbarButton(MobileToolbarButton.Types.Camera))