| PopupMenuItemText Property |
The Text displayed in the PopupMenu for this PopupMenuItem.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
Dim instance As PopupMenuItem
Dim value As String
value = instance.Text
instance.Text = value
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also