Layout Constructor (LayoutIHandler) |
Initializes a new instance of the
Layout class with the specified handler.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Layout(
LayoutIHandler handler
)
Protected Sub New (
handler As LayoutIHandler
)
new :
handler : LayoutIHandler -> Layout
Parameters
- handler
- Type: Eto.FormsLayoutIHandler
Handler to use for the widget
See Also