DynamicTableCreate Method |
Creates the content for this item
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public override Control Create(
DynamicLayout layout
)
Public Overrides Function Create (
layout As DynamicLayout
) As Control
abstract Create :
layout : DynamicLayout -> Control
override Create :
layout : DynamicLayout -> Control
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.DynamicTable.Create(Eto.Forms.DynamicLayout)"]
See Also