Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPicker Class / RibbonColorPicker Constructor / RibbonColorPicker Constructor(String,Image)
The initial value for the Text property.
The initial value for the small image.

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

    Parameters

    text
    The initial value for the Text property.
    smallImage
    The initial value for the small image.
    See Also