Click or drag to resize
Titlebar Property

Sets or retrieves a value that indicates whether show title bar of the AceoffixCtrl.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").Titlebar

Remarks

Boolean type.

The property is read/write. The default value is true.

Example
JavaScript
document.getElementById("AceoffixCtrl1").Titlebar = false; // Disable Titlebar
See Also