[]
Removes existing item from the toolbar.
public Task RemoveItem(string key)
| Type | Name | Description |
|---|---|---|
| string | key | The key of the toolbar item to be removed. This key should match the one specified when the item was added. |
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous operation of removing the toolbar item. |