Adds a new Tool object to the collection.

Namespace:  BeeMobile.ToolBar
Assembly:  BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0

Syntax

C#
public int Add(
	Tool value
)
Visual Basic (Declaration)
Public Function Add ( _
	value As Tool _
) As Integer
Visual C++
public:
int Add(
	Tool^ value
)

Parameters

value
Type: BeeMobile.ToolBar..::.Tool
A Tool object to add.

Return Value

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

See Also