Screen::FromControl Method (Control^)

 

Retrieves a Screen for the display that contains the largest portion of the specified control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
static Screen^ FromControl(
	Control^ control
)

Parameters

control
Type: System.Windows.Forms::Control^

A Control for which to retrieve a Screen.

Return Value

Type: System.Windows.Forms::Screen^

A Screen for the display that contains the largest region of the specified control. In multiple display environments where no display contains the control, the display closest to the specified control is returned.

.NET Framework
Available since 1.1
Return to top
Show: