InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IContextMenus Interface / Contains Method
The descriptive name of the menu


In This Topic
    Contains Method (IContextMenus)
    In This Topic
    Returns a value indicating whether a context menu of a given name exists in this session document.
    Syntax
    'Declaration
     
    
    Function Contains( _
       ByVal name As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As IContextMenus
    Dim name As String
    Dim value As Boolean
     
    value = instance.Contains(name)
    bool Contains( 
       string name
    )

    Parameters

    name
    The descriptive name of the menu

    Return Value

    True if the menu exists, false if it does not
    See Also