Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1HyperlinkTextAttrs Class / IsDefault Method

In This Topic
    IsDefault Method (C1HyperlinkTextAttrs)
    In This Topic
    Checks whether the current C1HyperlinkTextAttrs has all default values.
    Syntax
    'Declaration
     
    Protected Overrides Function IsDefault() As Boolean
    protected override bool IsDefault()

    Return Value

    true if all properties on the current object have default values, false otherwise.
    See Also