MobileToolbar.AddButtonAt
From Xojo Documentation
Method
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))