Search
KeyTemplate.Dispose Method (Boolean)
See Also
 






Releases the unmanaged resources used by this KeyTemplate and optionally releases the managed resources.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.Keyboard.WinForms

 Syntax

C#  Copy Code

protected virtual void Dispose (
    bool disposing
)

Visual Basic  Copy Code

Protected Overridable Sub Dispose( _
    disposing As Boolean _
)

 Parameters

disposing

true to release both managed and unmanaged resources; false to release only unmanaged resources.

 See Also