[]
Creates a new instance of RibbonSplitButton.
public RibbonSplitButton()
Public Sub New()
Creates a new instance of RibbonSplitButton.
public RibbonSplitButton(string text)
Public Sub New(text As String)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
Creates a new instance of RibbonSplitButton.
public RibbonSplitButton(string text, Image smallImage)
Public Sub New(text As String, smallImage As Image)
| Type | Name | Description |
|---|---|---|
| string | text | The initial value for the Text property. |
| Image | smallImage | The initial value for the small image. |
Creates a new instance of RibbonSplitButton.
public RibbonSplitButton(string text, Image smallImage, Image largeImage)
Public Sub New(text As String, smallImage As Image, largeImage As Image)
| 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. |