Click or drag to resize
CustomToolbar Property

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

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").CustomToolbar

Remarks

Boolean type.

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

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