ToolCollectionInsert Method
Inserts a
Tool to the collection at the specified index.
Namespace: BeeMobile.ToolBarAssembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
public void Insert(
int index,
Tool value
)
Public Sub Insert (
index As Integer,
value As Tool
)
Parameters
- index Int32
- Index in which the Tool should be added.
- value Tool
- A Tool object to be inserted.