ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32.MONITORINFOEX Structure / rcWork Field

In This Topic
    rcWork Field (Win32.MONITORINFOEX)
    In This Topic
    A RECT structure that specifies the work area rectangle of the display monitor that can be used by applications, expressed in virtual-screen coordinates. Windows uses this rectangle to maximize an application on the monitor. The rest of the area in rcMonitor contains system windows such as the task bar and side bars. Note that if the monitor is not the primary display monitor, some of the rectangle's coordinates may be negative values.
    Syntax
    'Declaration
     
    Public rcWork As Win32.RECT
    public Win32.RECT rcWork
    See Also