Checks whether the current C1HyperlinkTextAttrs has all default values.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override bool IsDefault()
Visual Basic
Protected Overrides Function IsDefault As Boolean

Return Value

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

See Also