InfoConnect for Airlines VBA Guide
GetContextMenuItem Function (ContextMenu)
The name of the menu item, as it is displayed within the menu. This applies only to items of type ContextMenuItemType.MenuItem
Returns a context menu item with the specified name.
Syntax
object.GetContextMenuItem( _
   ByVal itemName As String _
) As ContextMenuItem

Parameters

itemName
The name of the menu item, as it is displayed within the menu. This applies only to items of type ContextMenuItemType.MenuItem

Return Value

A ContextMenuItem with the specified name, or null if no such item exists.
Remarks
This method cannot be used to return separator menu items, as they cannot be uniquely identified.
See Also