Control.detach override.
Namespace: MindFusion.Common.UI
File: Tooltip.js
SyntaxJavaScript
Copy Code
|
|---|
function detach () |
ExampleThe following code hides a Tooltip instance and detaches its event handlers:
JavaScript
Copy Code
|
|---|
| function windowClosing(sender, args) { toolTip.visible = false; toolTip.detach(); } |
See Also