Screen::GetBounds Method (Control^)

 

Retrieves the bounds of 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 Rectangle GetBounds(
	Control^ ctl
)

Parameters

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

The Control for which to retrieve the display bounds.

Return Value

Type: System.Drawing::Rectangle

A Rectangle that specifies the bounds of the display that contains the specified control. In multiple display environments where no display contains the specified control, the display closest to the control is returned.

.NET Framework
Available since 1.1
Return to top
Show: