Usage |
Sub AnnoUIDisableAnnoMenuItem(Item As BIANNOLib.AnnoMenuItem) |
|||
Description |
Disables a menu item in the default right click menu. |
|||
|
Item |
BIANNOLib.AnnoMenuItem |
The menu item to disable. |
|
|
|
|
Possible values are (in the order they are displayed in the menu): |
|
|
|
|
mniCopy (= 1) |
“Copy Annotation(s)” |
|
|
|
mniCut (= 2) |
“Cut Annotation(s)” |
|
|
|
mniPaste (= 4) |
“Paste Annotation(s)” |
|
|
|
mniUndo (= 8) |
“Undo Annotation(s)” |
|
|
|
mniApply (= 16) |
“Apply to All Pages” |
|
|
|
mniDeselect (= 32) |
“Deselect Annotation(s)” |
|
|
|
mniLoad (= 64) |
“Load Annotation(s) (Replace Current)” |
|
|
|
mniAdd (= 128) |
“Add Annotation(s) from File” |
|
|
|
mniSave (= 256) |
“Save Annotation(s)” |
Return value |
None |
|||
Programming Notes |
None |