Restores the Window to a normal state.
Namespace: MindFusion.Common.UI
File: Window.js
SyntaxJavaScript
Copy Code
|
|---|
function restore () |
RemarksThe following code handles the windowOpening event of a Window class. The event handler checks the state of the Window and restores it to normal size, if it is minimized.
ExampleJavaScript
Copy Code
|
|---|
var u = MindFusion.Common.UI; window.windowOpening.addEventListener(windowOpeningEventHandler); function windowOpeningEventHandler(sender, args) |
See Also