Retrieves the working area for the monitor that contains the largest region of the specified control.
[Visual Basic] Overloads Public Shared Function GetWorkingArea( _ ByVal ctl As Control _ ) As Rectangle [C#] public static Rectangle GetWorkingArea( Control ctl ); [C++] public: static Rectangle GetWorkingArea( Control* ctl ); [JScript] public static function GetWorkingArea( ctl : Control ) : Rectangle;
A Rectangle that specifies the working area for the appropriate monitor. If no monitor contains the specified control, the monitor closest to the control is returned.
Screen Class | Screen Members | System.WinForms Namespace | Screen.GetWorkingArea Overload List