[]
Creates a new instance of RibbonColorPicker.
public RibbonColorPicker()
Public Sub New()
Creates a new instance of RibbonColorPicker.
public RibbonColorPicker(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 RibbonColorPicker.
public RibbonColorPicker(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. |