Click or drag to resize

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
)

Parameters

handler
Type: Eto.FormsPanelIHandler
Handler to use for the implementation of the control.
See Also