| PopupMenuItemName Property |
The name of the PoupMenuItem used to identify it in a collection.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As PopupMenuItem
Dim value As String
value = instance.Name
instance.Name = value
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also