AnnUserMenu event (Main Control)
Visual Basic
example
Visual
C++ 4.0 example
Syntax void AnnUserMenu (long nID);
Overview: Refer to Annotation Menu
Remarks
(Document/Medical only) This event is fired when a user-defined menu item has been clicked in an annotation automation menu. The user-defined menu items can be added to the annotation automation menu by processing the AnnMenu event and adding user-defined items with AddItem method.
When a user selects a menu item added with the AddItem method, the AnnUserMenu event is fired. The nID parameter passed to this event is the same nID passed to the AddItem method when the item was added to the menu.
See Also
Elements: AnnMenu event, AddItem method