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