MenuItemTemplate Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the MenuItemTemplate class.
Overload List
Name | Description | |
---|---|---|
MenuItemTemplate() | Initializes a new instance of the MenuItemTemplate class. | |
MenuItemTemplate(String) | Initializes a new instance of the MenuItemTemplate class and uses the specified menu item text. | |
MenuItemTemplate(String, String) | Initializes a new instance of the MenuItemTemplate class and uses the specified menu item text and image. | |
MenuItemTemplate(String, String, String) | Initializes a new instance of the MenuItemTemplate class, uses the specified menu item text and image, and specifies a script to run when the control is clicked. |
Top