Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / ContextMenu Class / RemoveItem Method
Identifies the position within the menu at which to remove a menu item.


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

Parameters

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