Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ContextMenu Object / AddMenuItem Method
A new ContextMenuItem object
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 ContextMenuItem object
See Also