DialogBaseFormDispose Method

Disposes the form and its resources.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
if managed resources should be disposed; otherwise, .

See Also