Show contents 

Working with General Visual Components > Classes > ToolBar > ToolBar.removeItemByIndex

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