ToolbarMenuItem Constructors
An individual item of the ToolbarDropDownMenu.Items collection.Name | Parameters | Description |
---|---|---|
ToolbarMenuItem() | none | Initializes a new instance of the ToolbarMenuItem class with default settings. |
ToolbarMenuItem(String, String, String, String) | value, text, imageUrl, toolTip | Initializes a new instance of the ToolbarMenuItem class with the specified settings. |
ToolbarMenuItem(String, String, String) | value, text, imageUrl | Initializes a new instance of the ToolbarMenuItem class with the specified settings. |
ToolbarMenuItem(String, String) | value, text | Initializes a new instance of the ToolbarMenuItem class with the specified settings. |
See Also