Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / ContextMenuItem Class / Name Property


In This Topic
Name Property (ContextMenuItem)
In This Topic
Gets a value indicating the name of the menu item. For separator items, the value ContextMenuItem.Separator is returned.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 
'Usage
 
Dim instance As ContextMenuItem
Dim value As String
 
value = instance.Name
See Also