Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonColorPicker Class / ShouldSerializeColor Method

In This Topic
    ShouldSerializeColor Method (RibbonColorPicker)
    In This Topic
    Specifies whether to save the value of the Color property.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeColor() As Boolean
    protected virtual bool ShouldSerializeColor()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also