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; }
Public ReadOnly Property IsDisposed As Boolean
Get
member IsDisposed : bool with get
Property Value
Type:
Booleantrue if this instance has been disposed; otherwise,
false.
Remarks
When the widget is disposed, it can no longer be used.
See Also