ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / ShouldSerializeEditorBackColor Method

In This Topic
    ShouldSerializeEditorBackColor Method (C1Combo)
    In This Topic
    Indicates whether the EditorBackColor has a default value.
    Syntax
    'Declaration
     
    
    Protected Overridable Function ShouldSerializeEditorBackColor() As Boolean
    protected virtual bool ShouldSerializeEditorBackColor()

    Return Value

    True if the EditorBackColor has no default value; otherwise, it is false.
    See Also