Caption Property |
Sets or retrieves a value that indicates the caption of the AceoffixCtrl.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").Caption
String type.
The property is read/write. The default value is "Aceoffix".
document.getElementById("AceoffixCtrl1").Caption = "The document is test.doc";