HotkeysEditorForm.Dispose Method (Boolean)

T3000 CrossPlatform

HotkeysEditorFormDispose Method (Boolean)

[This is preliminary documentation and is subject to change.]

Clean up any resources being used.

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
protected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)

Dim disposing As Boolean

Me.Dispose(disposing)

Parameters

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