Reflection
Name Property (ContextMenuItem)


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
public string Name {get;}
See Also