Click or drag to resize

WidgetIsDisposed Property

Gets or sets a value indicating whether this Widget has been disposed.

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

Property Value

Type: Boolean
true if this instance has been disposed; otherwise, false.
Remarks
When the widget is disposed, it can no longer be used.
See Also