Removes the first occurrence of a specific Tool from the collection.
Namespace:
BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.CF35 (in BeeMobile.ToolBar.CF35.dll) Version: 3.5.3.0
Syntax
C# |
---|
public void Remove( Tool value ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ value As Tool _ ) |
Visual C++ |
---|
public: void Remove( Tool^ value ) |
Parameters
- value
- Type: BeeMobile.ToolBar..::.Tool
The object to remove from the ToolCollection.