AnnoUIEnableAnnoMenuItem

 

Usage

Sub AnnoUIEnableAnnoMenuItem(Item As BIANNOLib.AnnoMenuItem)

Description

Enables a menu item in the default right click menu if it was disabled before using AnnoUIDisableAnnoMenuItems.

Parameters

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

This function cannot be used to enable menu items which were disabled automatically.

For example, if there is nothing on the clipboard, the Paste menu item will not be enabled.