csUnit Class Library

Control.FromHandle Method

Creates a new control object and attaches a window handle to it.

Overload List

Creates a new control object and attaches a window handle to it.

public static Control FromHandle(int);

Creates a new control object and attaches a window handle to it.

public static Control FromHandle(IntPtr);

See Also

Control Class | csUnit.Windows Namespace