TabPageCollectionRemoveAt Method

Removes the TabPage at the specified index.

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public void RemoveAt(
	int index
)

Parameters

index  Int32
The zero-based index at which value should be removed.

See Also