InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenus Class / ItemByName Method
The descriptive name of the menu. If null or empty string is passed, this is equivalent to the default menu.


In This Topic
    ItemByName Method (ContextMenus)
    In This Topic
    Returns the context menu associated with the specified descriptive name.
    Syntax
    'Declaration
     
    
    Public Function ItemByName( _
       ByVal name As String _
    ) As IContextMenu
    'Usage
     
    
    Dim instance As ContextMenus
    Dim name As String
    Dim value As IContextMenu
     
    value = instance.ItemByName(name)
    public IContextMenu ItemByName( 
       string name
    )

    Parameters

    name
    The descriptive name of the menu. If null or empty string is passed, this is equivalent to the default menu.

    Return Value

    The context menu associated with name, or null if it does not exist
    Exceptions
    ExceptionDescription
    If the ContextMenus object is not available or in an error state
    See Also