Click or drag to resize

TabControl.IHandler.RemoveTab 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: System.Int32
Index of the page to remove.
page
Type: Eto.Forms.TabPage
Page to remove.
See Also