A base class for UI container controls.
Namespace: MindFusion.Common.UI
File: Container.js
JavaScript Copy Code |
---|
// class |
The following code creates a new WindowHost and then brings to front the first Window in its windows collection. WindowHost derives from Container:
JavaScript Copy Code |
---|
// create a new instance of the WindowHost control ....... var window = host.windows[0]; if(window != null) |
MindFusion.Common.UI.Control
MindFusion.Common.UI.Container
MindFusion.Common.UI.WindowHost