Click or drag to resize

VistaFileDialogDispose Method (Boolean)

Releases the unmanaged resources used by the VistaFileDialog and optionally releases the managed resources.

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: SystemBoolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also