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