Checks whether any of the child fragments of the current fragment are clipped by its bounds. Depending on the parameter, may also recursively test all child fragments.
'Declaration
Public Function HasClippedChildren( _
ByVal As Boolean _
) As Boolean
public bool HasClippedChildren(
bool
)
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2