[]
Create a button with specified parameters.
protected RibbonButton CreateButton(string text, Image image, Action action)
Protected Function CreateButton(text As String, image As Image, action As Action) As RibbonButton
| Type | Name | Description |
|---|---|---|
| string | text | |
| Image | image | |
| Action | action |
| Type | Description |
|---|---|
| RibbonButton |