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