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