Click or drag to resize

DynamicItemCreate Method (DynamicLayout)

Creates the content for this item

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

Parameters

layout
Type: Eto.FormsDynamicLayout
Top level layout the item is being created for

Return Value

Type: Control

[Missing <returns> documentation for "M:Eto.Forms.DynamicItem.Create(Eto.Forms.DynamicLayout)"]

See Also