Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderFieldFragment Class / HasClippedChildren Method
If true, this method is called recursively on all child fragments. If false, only the immediate children of the current fragment are tested.

In This Topic
    HasClippedChildren Method (RenderFieldFragment)
    In This Topic
    Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the recursive parameter, may also recursively test all child fragments.
    Syntax
    'Declaration
     
    Public Function HasClippedChildren( _
       ByVal recursive As Boolean _
    ) As Boolean
    public bool HasClippedChildren( 
       bool recursive
    )

    Parameters

    recursive
    If true, this method is called recursively on all child fragments. If false, only the immediate children of the current fragment are tested.

    Return Value

    true if any of the children is clipped by the fragment's bounds, false otherwise.
    See Also