Click or drag to resize

TabControlIHandlerRemoveTab Method

Removes the specified tab.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void RemoveTab(
	int index,
	TabPage page
)

Parameters

index
Type: SystemInt32
Index of the page to remove.
page
Type: Eto.FormsTabPage
Page to remove.
See Also