Menu constructor
Initializes a new instance of the Menu class.
Overload list
Name | Description | |
---|---|---|
Menu() | Initializes a new instance of the Menu class with default values. | |
Menu(String) | Initializes a new instance of the Menu class with the specified label. | |
Menu(String, String) | Initializes a new instance of the Menu class with the specified label and target URL. |
Top