Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems 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 objects currently defined in the session document
    See Also