Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / ContextMenus Object / Items Method
In This Topic
    Items Method (ContextMenus)
    In This Topic
    Returns the collection of context menus currently defined for the session document
    Syntax
    expression.Items() As ContextMenu() object 
    where expression is a variable that represents a ContextMenus Object

    Return Value

    An array of ContextMenu items currently defined in the session document
    See Also