Version

ContinueDescendantSearch Method (GroupByBoxUIElement)

This method is called from Infragistics.Win.UIElement.GetDescendant(System.Type,System.Object[]) as an optimization to prevent searching down element paths that can't possibly contain the element that is being searched for.
Syntax
'Declaration
 
Protected Overrides Function ContinueDescendantSearch( _
   ByVal type As Type, _
   ByVal contexts() As Object _
) As Boolean
protected override bool ContinueDescendantSearch( 
   Type type,
   object[] contexts
)

Parameters

type
contexts

Return Value

Returns false if the search should stop walking down the element chain because the element can't possibly be found.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also

Reference

GroupByBoxUIElement Class
GroupByBoxUIElement Members
Infragistics.Win.UIElement.ContinueDescendantSearch(System.Type,System.Object[])