ToolCollectionInsert Method

Inserts a Tool to the collection at the specified index.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public void Insert(
	int index,
	Tool value
)

Parameters

index  Int32
Index in which the Tool should be added.
value  Tool
A Tool object to be inserted.

See Also