# C1.Util.Win.Win32.MONITORINFOEX.rcWork

## Content

<div class="doc-site-dotnet-api-container">




<h1 id="C1_Util_Win_Win32_MONITORINFOEX_rcWork" data-uid="C1.Util.Win.Win32.MONITORINFOEX.rcWork" class="text-break">rcWork Field
</h1>
<div class="markdown level0 summary"><p>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.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.Win.html">C1.Util.Win</a></h6>
<h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
<h5 id="C1_Util_Win_Win32_MONITORINFOEX_rcWork_syntax">Syntax</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Win32.RECT rcWork</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public rcWork As Win32.RECT</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.Util.Win.Win32.html">Win32</a>.<a class="xref" href="C1.Util.Win.Win32.RECT.html">RECT</a></td>
      <td>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.</td>
    </tr>
  </tbody>
</table>
</div>
