Gets the host of this WindowHost.
Namespace: MindFusion.Common.UI
File: WindowBase.js
The following code checks how wide the host of a Window is:
JavaScript Copy Code |
---|
if(window.host.contentRect.width > 100) { //do something } |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |