Click or drag to resize

Form Constructor (FormIHandler)

Initializes a new instance of the Form class with the specified handler

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Form(
	FormIHandler handler
)

Parameters

handler
Type: Eto.FormsFormIHandler
Handler to use as the implementation of the form.
See Also