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