[]
Creates ribbon button with specified parameters.
protected RibbonButton CreateButton(string text, Image image, Action action)
| Type | Name | Description |
|---|---|---|
| string | text | |
| Image | image | |
| Action | action |
| Type | Description |
|---|---|
| RibbonButton |
Creates ribbon button with specified parameters.
protected RibbonButton CreateButton(IDesignerHost host, string text, Image image, Action action)
| Type | Name | Description |
|---|---|---|
| IDesignerHost | host | |
| string | text | |
| Image | image | |
| Action | action |
| Type | Description |
|---|---|
| RibbonButton |