[]
Initializes a new instance of the MenuItem class.
public MenuItem(string text, string commandName, string commandArgument)
Public Sub New(text As String, commandName As String, commandArgument As String)
| Type | Name | Description |
|---|---|---|
| string | text | The text. |
| string | commandName | Name of the command. |
| string | commandArgument | The command argument. |
Initializes a new instance of the MenuItem class.
public MenuItem()
Public Sub New()
Initializes a new instance of the MenuItem class.
public MenuItem(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | The text. |