Click or drag to resize

DocumentControl Constructor (DocumentControlIHandler)

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

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

Parameters

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