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
)
Protected Sub New (
handler As DocumentControlIHandler
)
new :
handler : DocumentControlIHandler -> DocumentControl
Parameters
- handler
- Type: Eto.FormsDocumentControlIHandler
Handler for the implementation of the tab control.
See Also