InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IContextMenus Interface / Remove Method
The descriptive name of the menu to remove


In This Topic
    Remove Method (IContextMenus)
    In This Topic
    Removes a context menu from this session document
    Syntax
    'Declaration
     
    
    Function Remove( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IContextMenus
    Dim name As String
    Dim value As Boolean
     
    value = instance.Remove(name)
    bool Remove( 
       string name
    )

    Parameters

    name
    The descriptive name of the menu to remove

    Return Value

    True if the remove was successful, false if the menu name could not be found or an error occurred
    See Also