Click or drag to resize
Caption Property

Sets or retrieves a value that indicates the caption of the AceoffixCtrl.

Syntax

[ JavaScript ]

document.getElementById("AceoffixCtrl1").Caption

Remarks

String type.

The property is read/write. The default value is "Aceoffix".

Example
JavaScript
document.getElementById("AceoffixCtrl1").Caption = "The document is test.doc";
See Also