Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenu Interface / ClearAllItems Method


In This Topic
ClearAllItems Method (IContextMenu)
In This Topic
Removes all items from the context menu, resulting in an empty menu.
Syntax
'Declaration
 
Sub ClearAllItems() 
 
'Usage
 
Dim instance As IContextMenu
 
instance.ClearAllItems()
See Also