Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderToc Class / HasAnchors Property

In This Topic
    HasAnchors Property (RenderToc)
    In This Topic
    Gets a value indicating whether the current object has any anchors associated with it (i.e. whether the Anchors collection exists and is not empty).
    Syntax
    'Declaration
     
    Public ReadOnly Property HasAnchors As Boolean
    public bool HasAnchors {get;}
    See Also