ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonColorPicker Class / Color Property

In This Topic
    Color Property (RibbonColorPicker)
    In This Topic
    Gets or sets the color that is currently selected in this RibbonColorPicker.
    Syntax
    'Declaration
     
    Public Property Color As System.Drawing.Color
    public System.Drawing.Color Color {get; set;}
    See Also