Titlebar Property |
Sets or retrieves a value that indicates whether show title bar of the AceoffixCtrl.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").Titlebar
Boolean type.
The property is read/write. The default value is true.
document.getElementById("AceoffixCtrl1").Titlebar = false; // Disable Titlebar