Click or drag to resize

DynamicGroupCreate Method

Creates the group box layout.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override Control Create(
	DynamicLayout layout
)

Parameters

layout
Type: Eto.FormsDynamicLayout
Layout we are creating this item for.

Return Value

Type: Control
The control created for this item.
See Also