Gets the host of this WindowHost.
Namespace: MindFusion.Common.UI
File: WindowBase.js
Syntax
ExampleThe following code checks how wide the host of a Window is:
JavaScript
Copy Code
|
|---|
| if(window.host.contentRect.width > 100) { //do something } |
See Also