RemoveItem Method (IContextMenu)
Removes a specified context menu item at a given position within the menu
'Declaration
Sub RemoveItem( _
ByVal 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.