Verifies that child is a child control of parent

Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void IsChild(
	Control parent,
	Control child
)
Public Shared Sub IsChild ( _
	parent As Control, _
	child As Control _
)
public:
static void IsChild(
	Control^ parent, 
	Control^ child
)

Parameters

parent
Control
child
Control

See Also