Click or drag to resize

ProgressDialog.Dispose Method (Boolean)

Clean up any resources being used.

Namespace:  Ookii.Dialogs
Assembly:  Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
true if managed resources should be disposed; otherwise, false.
See Also