ToolBar.removeItemByIndex

Syntax

removeItemByIndex (index: Number, isDispose: Boolean);

Parameters

index. Index of toolbar child item to remove.

isDispose. It determines whether the item must be fully deleted.

Description

The removeItemByIndex method removes a toolbar child by specified index.

See also:

ToolBar