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