MobileToolbar.ButtonAt
From Xojo Documentation
Method
Gets the button on the toolbar at the specified index.
Sample Code
Get the first button on the toolbar:
Change the Caption of the last button on the toolbar:
Toolbar.ButtonAt(Toolbar.Count - 1).Caption = "New"