Restores all minimized and maximized child windows.
Namespace: MindFusion.Common.UI
File: WindowHost.js
SyntaxJavaScript
Copy Code
|
|---|
function restoreAll () |
ExampleThe following code handles the windowStateChanged event for a WindowHost:
JavaScript
Copy Code
|
|---|
// create a new instance of the WindowHost control function handleWindowStateChanged(sender, args) |
See Also