ToolbarItemBase Constructors
The base class for toolbar items.Name | Parameters | Description |
---|---|---|
ToolbarItemBase() | none | Initializes a new instance of the ToolbarItemBase class with the default settings. |
ToolbarItemBase(String, String) | text, toolTip | Initializes a new instance of the ToolbarItemBase class with the specified settings. |
ToolbarItemBase(String) | text | Initializes a new instance of the ToolbarItemBase class with the specified text. |
See Also