csUnit Class Library

Control Constructor 

Creates a control for the given handle. Create/associate controls calls of the overloads of the static method ControlFromHandle().

protected Control(
   int handle
);

Parameters

handle
The window handle of the control.

See Also

Control Class | csUnit.Windows Namespace