Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenu Interface / RemoveItem Method
Identifies the position within the menu at which to remove a menu item.


In This Topic
RemoveItem Method (IContextMenu)
In This Topic
Removes a specified context menu item at a given position within the menu
Syntax
'Declaration
 
Sub RemoveItem( _
   ByVal index As Integer _
) 
 
'Usage
 
Dim instance As IContextMenu
Dim index As Integer
 
instance.RemoveItem(index)

Parameters

index
Identifies the position within the menu at which to remove a menu item.
See Also