This documentation is archived and is not being maintained.

MenuItem Constructor

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.

  NameDescription
Public method MenuItem() Initializes a new instance of the MenuItem class without menu text or a value.
Public method MenuItem(String) Initializes a new instance of the MenuItem class using the specified menu text.
Public method MenuItem(String, String) Initializes a new instance of the MenuItem class using the specified menu text and value.
Public method MenuItem(String, String, String) Initializes a new instance of the MenuItem class using the specified menu text, value, and URL to an image.
Public method MenuItem(String, String, String, String) Initializes a new instance of the MenuItem class using the specified menu text, value, image URL, and navigation URL.
Public method 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.
Top
Show: