MobileToolbar.RemoveButtonAt

From Xojo Documentation

Method

MobileToolbar.RemoveButtonAt(index As Integer)

Supported on Mobile.

Removes the button at the specified index from the toolbar.

Sample Code

Remove the first button from the toolbar:

Toolbar.RemoveButtonAt(0)