MenuItem Constructor
.NET Framework 2.0
Initializes a new instance of the MenuItem class.
| Name | Description |
|---|---|
| MenuItem () | Initializes a new instance of the MenuItem class without menu text or a value. |
| MenuItem (String) | Initializes a new instance of the MenuItem class using the specified menu text. |
| MenuItem (String, String) | Initializes a new instance of the MenuItem class using the specified menu text and value. |
| MenuItem (String, String, String) | Initializes a new instance of the MenuItem class using the specified menu text, value, and URL to an image. |
| MenuItem (String, String, String, String) | Initializes a new instance of the MenuItem class using the specified menu text, value, image URL, and navigation URL. |
| MenuItem (String, String, String, String, String) | Initializes a new instance of the MenuItem class using the specified menu text, value, image URL, navigation URL, and target. |
Community Additions
ADD
Show: