ToolbarCustomItem Constructors
A base class for list items maintained within custom lists of toolbar buttons.| Name | Parameters | Description |
|---|---|---|
| ToolbarCustomItem() | none | Initializes a new instance of the ToolbarCustomItem class with default settings. |
| ToolbarCustomItem(String, String, String, String) | value, text, imageUrl, toolTip | Initializes a new instance of the ToolbarCustomItem class with the specified settings. |
| ToolbarCustomItem(String, String, String) | value, text, imageUrl | Initializes a new instance of the ToolbarCustomItem class with the specified settings. |
| ToolbarCustomItem(String, String) | value, text | Initializes a new instance of the ToolbarCustomItem class with the specified settings. |
See Also