Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenu Class / 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
'Declaration
 
Public Sub AddMenuItem( _
   ByVal item As ContextMenuItem _
) 
 
'Usage
 
Dim instance As ContextMenu
Dim item As ContextMenuItem
 
instance.AddMenuItem(item)

Parameters

item
A new context menu item
See Also