TabPageCollectionAdd Method

Adds a new TabPage object to the collection.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public int Add(
	TabPage value
)

Parameters

value  TabPage
A TabPage object to add.

Return Value

Int32
Index of the TabPage which has been added to the collection.

See Also