InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / ContextMenu Object / AddMenuItem Method
A new context menu item
In This Topic
    AddMenuItem Method (ContextMenu)
    In This Topic
    Adds a new context menu item to the end of the menu.
    Syntax
    expression.AddMenuItem( _
       ByVal item As ContextMenuItem _
    ) 
    where expression is a variable that represents a ContextMenu Object

    Parameters

    item
    A new context menu item
    See Also