Verifies that ctrl has child controls.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void HasControls(
	Control ctrl
)
Public Shared Sub HasControls ( _
	ctrl As Control _
)
public:
static void HasControls(
	Control^ ctrl
)

Parameters

ctrl
Control

See Also