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