WorkspaceViewerControlHandleDestroyed Property |
Gets a value indicating whether the control handle has been destroyed.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected bool ControlHandleDestroyed { get; }
Protected ReadOnly Property ControlHandleDestroyed As Boolean
Get
Property Value
Type:
Boolean A value indicating whether the control handle has been destroyed.
Remarks Derived classes that override methods should check the value of ControlHandleDestroyed
before accessing control properties. This will prevent exceptions if asynchronous processing is ending after the
control handle has been destroyed.
See Also