TabPageCollectionInsert Method
Inserts a
TabPage 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,
TabPage value
)
Public Sub Insert (
index As Integer,
value As TabPage
)
Parameters
- index Int32
- Index in which the TabPage should be added.
- value TabPage
- A TabPage object to be inserted.