Click or drag to resize
OfficeToolbars Property

Sets or retrieves a value that indicates whether show toolbars of Microsoft Office.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").OfficeToolbars

Remarks

Boolean type.

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

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