| PopupMenuItem Constructor (String, String, Int32) |
Constructor for the PopupMenuItem
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public PopupMenuItem(
string Name,
string Text,
int Index
)
Public Sub New (
Name As String,
Text As String,
Index As Integer
)
Dim Name As String
Dim Text As String
Dim Index As Integer
Dim instance As New PopupMenuItem(Name, Text,
Index)
public:
PopupMenuItem(
String^ Name,
String^ Text,
int Index
)
Parameters
- Name
- Type: SystemString
The name of the PopupMenuItem - Text
- Type: SystemString
The Text used to display the item in the menu - Index
- Type: SystemInt32
The Item index
See Also