ChameleonRichTextBox Dispose Method (Boolean)CleanCode C# Libraries v1.2.03 API
Clean up any resources being used.

Namespace: CleanCode.ChameleonRichTextBoxControls
Assembly: CleanCode.ChameleonRichTextBoxControls (in CleanCode.ChameleonRichTextBoxControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

protected override void Dispose(
	bool disposing
)

Parameters

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