WebToolbar.RemoveItem

From Xojo Documentation


Method

WebToolbar.RemoveItem(index As Integer)

Supported for all project types and targets.

Removes the WebToolbarItem as position index from the toolbar at run-time.

Example

This removes the first item on a toolbar called TestToolbar:

TestToolbar.RemoveItem(0)

See Also

WebToolbar.AppendItem, WebToolbar.InsertItem