CustomToolbarButton Constructors
Implements a custom toolbar button functionality.| Name | Parameters | Description |
|---|---|---|
| CustomToolbarButton() | none | Initializes a new instance of the CustomToolbarButton class with default settings. |
| CustomToolbarButton(String, String, String) | text, commandName, toolTip | Initializes a new instance of the CustomToolbarButton class with the specified settings. |
| CustomToolbarButton(String, String) | text, commandName | Initializes a new instance of the CustomToolbarButton class with the specified settings. |
| CustomToolbarButton(String) | text | Initializes a new instance of the CustomToolbarButton class with the specified setting. |
See Also