DataPA Enterprise Dashboard Controls API Reference
Releases the unmanaged resources used by the frmErrorDetails and optionally releases the managed resources

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also