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
)
Public Sub New (
handler As FormIHandler
)
new :
handler : FormIHandler -> Form
Parameters
- handler
- Type: Eto.FormsFormIHandler
Handler to use as the implementation of the form.
See Also