Search
VirtualKeyboard.Dispose Method
See Also
 






Detaches handlers of static events handled by this instance.

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

 Syntax

C#  Copy Code

protected override void Dispose (
    bool disposing
)

Visual Basic  Copy Code

Protected Overrides Sub Dispose( _
    disposing As Boolean _
)

 Parameters

disposing

true if called directly by user code, or false otherwise.

 See Also