eDriven Framework API
Contains Method (child, includeThisCheck)
NamespaceseDriven.Gui.ContainersIChildListContains(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++
bool Contains(
	DisplayListMember child,
	bool includeThisCheck
)
Function Contains ( _
	child As DisplayListMember, _
	includeThisCheck As Boolean _
) As Boolean
bool Contains(
	DisplayListMember^ child, 
	bool includeThisCheck
)
Parameters
child (DisplayListMember)
includeThisCheck (Boolean)
Should the container (me) be included in the search
Return Value

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