InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IContextMenus Interface / Clear Method


In This Topic
    Clear Method (IContextMenus)
    In This Topic
    Removes all non-default context menus from the session document
    Syntax
    'Declaration
     
    
    Sub Clear() 
    'Usage
     
    
    Dim instance As IContextMenus
     
    instance.Clear()
    void Clear()
    Remarks
    NOTE: the default menu is never removed.
    See Also