Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / ContextMenu Object / 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
expression.RemoveItem( _
   ByVal index As Integer _
) 
where expression is a variable that represents a ContextMenu Object

Parameters

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