ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPicker Class / RibbonColorPicker Constructor / RibbonColorPicker Constructor(String,Image)
The initial value for the RibbonSplitButton.Text property.
The initial value for the RibbonItem.SmallImage property.

In This Topic
    RibbonColorPicker Constructor(String,Image)
    In This Topic
    Creates a new instance of RibbonColorPicker.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal text As System.String, _
       ByVal smallImage As System.Drawing.Image _
    )
    public RibbonColorPicker( 
       System.string text,
       System.Drawing.Image smallImage
    )

    Parameters

    text
    The initial value for the RibbonSplitButton.Text property.
    smallImage
    The initial value for the RibbonItem.SmallImage property.
    See Also