EndShortcutMenu Event

Triggered after the shortcut menu appears.

See Also | Example

Signature

object.EndShortcutMenu(ShortcutMenu)

object

Document object
An object expression that evaluates to a valid container object. In this case, the only valid container is a document.

ShortcutMenu

PopupMenu object; input/output from the handler
The shortcut menu that has been displayed.

Remarks

Use this event to perform any cleanup work on the shortcut menu.

No events will be fired while a modal dialog is being displayed.

 

   Comments?