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

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

    Return Value

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