Widget Constructor (WidgetIHandler) |
Initializes a new instance of the Widget class
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected Widget(
WidgetIHandler handler
)
Protected Sub New (
handler As WidgetIHandler
)
new :
handler : WidgetIHandler -> Widget
Parameters
- handler
- Type: EtoWidgetIHandler
Handler to assign to this widget for its implementation
See Also