Verifies that childID is the not ID of a child control of parent

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void IsNotChild(
	Control parent,
	string childID
)
Public Shared Sub IsNotChild ( _
	parent As Control, _
	childID As String _
)
public:
static void IsNotChild(
	Control^ parent, 
	String^ childID
)

Parameters

parent
Control
childID
String

See Also