[]
Creates a new instance of RibbonButton.
public RibbonButton()
Creates a new instance of RibbonButton.
public RibbonButton(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
Creates a new instance of RibbonButton.
public RibbonButton(string text, Image smallImage)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
| Image | smallImage | The image to use as a small icon. |
Creates a new instance of RibbonButton.
public RibbonButton(Image smallImage)
| Type | Name | Description |
|---|---|---|
| Image | smallImage | The image to use as a small icon. |
Creates a new instance of RibbonButton.
public RibbonButton(string text, Image smallImage, Image largeImage)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
| Image | smallImage | The image to use as a small icon. |
| Image | largeImage | The image to use as a large icon. |