Initializes a new instance of the Container class.
Namespace: MindFusion.Common.UI
File: Container.js
SyntaxJavaScript
Copy Code
|
|---|
function Container ([element]) |
HTMLElement. The control's associated Dom element.
RemarksThe following code creates a new WindowHost and then brings to front the first Window in its windows collection. WindowHost derives from Container:
See Also