[]
Create an instance of TouchToolBarButton.
public TouchToolBarButton()
Public Sub New()
Create an instance of TouchToolBarButton.
public TouchToolBarButton(string text, Image image)
Public Sub New(text As String, image As Image)
| Type | Name | Description |
|---|---|---|
| string | text | Indicates the button text. |
| Image | image | Indicates the button image. |
Initializes a new instance of the TouchToolBarButton class.
public TouchToolBarButton(ITouchBarAction action, string text, Image image)
Public Sub New(action As ITouchBarAction, text As String, image As Image)
| Type | Name | Description |
|---|---|---|
| ITouchBarAction | action | Indicates the action which is executed by click. |
| string | text | Indicates the button text. |
| Image | image | Indicates the button image. |