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

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

    Return Value

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