Click or drag to resize

TabControl Constructor (TabControlIHandler)

Initializes a new instance of the TabControl class with the specified handler.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected TabControl(
	TabControlIHandler handler
)

Parameters

handler
Type: Eto.FormsTabControlIHandler
Handler for the implementation of the tab control.
See Also