Gets a reference to the Window header DOM element.
Namespace: MindFusion.Common.UI
File: Window.js
SyntaxJavaScript
Copy Code
|
|---|
get header() {} |
HTMLDivElement
ExampleThe following code sets the background of the Window header to a light gray colour.
JavaScript
Copy Code
|
|---|
| window.header.style.background = "#CECECE"; |
See Also