AdvancedDateTimePickerDispose Method

Releases the unmanaged resources used by the Control and its child controls and optionally releases the managed resources.

Definition

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

Parameters

disposing  Boolean
to release both managed and unmanaged resources; to release only unmanaged resources.

See Also