RoundTextBoxDispose(Boolean) Method

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

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
protected override void Dispose(
	bool disposing
)

Parameters

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

See Also