ToolCollectionAdd Method
Adds a new
Tool object to the collection.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public int Add(
Tool value
)
Public Function Add (
value As Tool
) As Integer
- value Tool
- A Tool object to add.
Int32Index of the
Tool which has been added to the collection.