Adds a new Tool object to the collection.
Namespace:
BeeMobile.ToolBarAssembly: 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.