Menu Constructor
Include Protected Members
Include Inherited Members
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