PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1HyperlinkAttrs Class / IsDefault Method

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

    Return Value

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