PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / ShouldSerializeBackColor Method

In This Topic
    ShouldSerializeBackColor Method (C1HyperlinkTextAttrs)
    In This Topic
    Indicates whether the C1HyperlinkTextAttrs.BackColor property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeBackColor() As Boolean
    protected bool ShouldSerializeBackColor()

    Return Value

    true if C1HyperlinkTextAttrs.BackColor should be serialized, false otherwise.
    See Also