EnableFileCommand Property |
Sets or retrieves a value that indicates the enable state of file menu.
[ JavaScript ]
document.getElementById("AceoffixCtrl1").EnableFileCommand(Item)
Boolean type.
The property is read/write.
Possible Values of "Item" parameter.
document.getElementById("AceoffixCtrl1").EnableFileCommand(4) = false; // Disable "Save As" menu.