Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems 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