eDriven Framework API
QContains Method (child, includeThisCheck)
NamespaceseDriven.Gui.ComponentsDisplayObjectContainerQContains(DisplayListMember, Boolean)
eDriven Framework API
Returns true if child is the descendant of the component or the component itself
Declaration Syntax
C#Visual BasicVisual C++
public bool QContains(
	DisplayListMember child,
	bool includeThisCheck
)
Public Function QContains ( _
	child As DisplayListMember, _
	includeThisCheck As Boolean _
) As Boolean
public:
virtual bool QContains(
	DisplayListMember^ child, 
	bool includeThisCheck
) sealed
Parameters
child (DisplayListMember)
includeThisCheck (Boolean)
Should the container (me) be included in the search
Return Value
Remarks
Walks up the hierarchy -> Recursive!!!

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)