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; }
Public ReadOnly Property IsCreated As Boolean
Get
member IsCreated : bool with get
Property Value
Type:
Booleantrue if the layout is created; otherwise,
false.
Remarks See Also