Click or drag to resize

DynamicLayoutIsCreated Property

Gets a value indicating whether the layout has been created

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool IsCreated { get; }

Property Value

Type: Boolean
true if the layout is created; otherwise, false.
Remarks
The layout automatically will be created during the OnPreLoad(EventArgs) or OnLoad(EventArgs)
See Also