Restores the Window to a normal state.
Namespace: MindFusion.Common.UI
File: Window.js
JavaScript Copy Code |
---|
function restore () |
The 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.
JavaScript Copy Code |
---|
var u = MindFusion.Common.UI; window.windowOpening.addEventListener(windowOpeningEventHandler); function windowOpeningEventHandler(sender, args) |