[]
        
(Showing Draft Content)

C1.Win.Ribbon.RibbonColorPicker.-ctor

RibbonColorPicker Constructor

RibbonColorPicker()

Creates a new instance of RibbonColorPicker.

Declaration
public RibbonColorPicker()
Public Sub New()

RibbonColorPicker(string)

Creates a new instance of RibbonColorPicker.

Declaration
public RibbonColorPicker(string text)
Public Sub New(text As String)
Parameters
Type Name Description
string text

The initial value for the Text property.

RibbonColorPicker(string, Image)

Creates a new instance of RibbonColorPicker.

Declaration
public RibbonColorPicker(string text, Image smallImage)
Public Sub New(text As String, smallImage As Image)
Parameters
Type Name Description
string text

The initial value for the Text property.

Image smallImage

The initial value for the small image.