Version

GetDeskTopWorkArea Method

Gets the desktop area. In a multi-monitor setup, it gets the desktop area of the monitor that most of the rect resides in.
Syntax
'Declaration
 
Public Shared Function GetDeskTopWorkArea( _
   ByVal rect As Rectangle _
) As Rectangle
public static Rectangle GetDeskTopWorkArea( 
   Rectangle rect
)

Parameters

rect
The System.Drawing.Rectangle used to check to see which screen area should be returned.

Return Value

The Rectangle describing the desktop area that most of the provided rect resides in.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also