
Edraw Office Viewer Component allows developers to disable save, print, new, open, copy shortcut keys in MS Word.
Download Office Viewer Component and View Sample Projects
boolean WordDisableSaveHotKey(boolean Disable);
Disalbe: Disables the CTRL+S, SHIFT+F12, Alt+SHIFT+F2, F12
In the DocumentOpened event, you can call the WordDisableSavehotKey method to prevent the save hot key.
Sample Code:
[id(4), helpstring("Occurs when document is opened or new
document added.")]
void DocumentOpened();
boolean WordDisablePrintHotKey(boolean Disable);
Disalbe: Disables the CTRL+P, CTRL+SHIFT+F12, CTRL+F2, ALT+CTRL+I
boolean WordDisableCopyHotKey(boolean Disable);
Disalbe: Disables the CTRL+C, CTRL+V, CTRL+X, SHIFT+DEL, SHIFT+INSERT,
ALT+CTRL+V, CTRL+SHIFT+C, CTRL+INSERTDisable Word Save Shortcut Keys.
Cancel MS Office Standard Command
Free Download Office Viewer Component and View Sample Projects
|
|
|
|||||||||
|
|
|