Gets the collection of child Window-s.
Namespace: MindFusion.Common.UI
File: WindowHost.js
SyntaxJavaScript
Copy Code
|
|---|
get windows() {} |
ObservableCollection. The collection of child windows.
ExampleThe following code creates a new WindowHost, a new Window and adds the window to the windows collection of the host.
JavaScript
Copy Code
|
|---|
// Create a new WindowHost control. host.windows.add(window); |
See Also