This documentation is archived and is not being maintained.
MenuItem Constructor
Visual Studio 2008
Initializes a new instance of the MenuItem class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |
Show: