ToolCollectionAdd Method

Adds a new Tool object to the collection.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int Add(
	Tool value
)

Parameters

value  Tool
A Tool object to add.

Return Value

Int32
Index of the Tool which has been added to the collection.

See Also