InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / ContextMenuItem Object / Name Property
In This Topic
    Name Property (ContextMenuItem)
    In This Topic
    Gets or sets a value indicating the name of the menu item. For separator items, the value ContextMenuItem.Separator is returned.
    Syntax
    expression.Name As String
    where expression is a variable that represents a ContextMenuItem Object
    See Also