Search
Window.header Property
See Also
 






Gets a reference to the Window header DOM element.

Namespace: MindFusion.Common.UI
File: Window.js

 Syntax

JavaScript  Copy Code

get header() {}

 Property Value

HTMLDivElement

 Example

The following code sets the background of the Window header to a light gray colour.

JavaScript  Copy Code
window.header.style.background = "#CECECE";

 See Also