Dispose Method (WorkOrderSelectionDlg)
- Last UpdatedNov 06, 2025
- 1 minute read
Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.Disposes of the resources (other than memory) used by the System.Windows.Forms.Form. Clean up any resources being used.
| Overload | Description |
|---|---|
| Dispose(Boolean) | Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.Releases the unmanaged resources used by the System.Windows.Forms.Control and its child controls and optionally releases the managed resources.Disposes of the resources (other than memory) used by the System.Windows.Forms.Form. Clean up any resources being used. |
| Dispose() | (Inherited from System.ComponentModel.Component) |