Gets or sets the state of this Window.
Namespace: MindFusion.Common.UI
File: WindowBase.js
SyntaxJavaScript
Copy Code
|
|---|
get windowState() {} |
One of the WindowState enumeration values. The window state.
ExampleThe following code handles the windowOpening event of a Window class.
JavaScript
Copy Code
|
|---|
var u = MindFusion.Common.UI; window.windowOpening.addEventListener(windowOpeningEventHandler); function windowOpeningEventHandler(sender, args) |
See Also