# C1.Win.Command.DrawArrowEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_DrawArrowEventArgs" data-uid="C1.Win.Command.DrawArrowEventArgs" class="text-break">DrawArrowEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the DrawArrow event.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">DrawArrowEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_DrawArrowEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DrawArrowEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DrawArrowEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs__ctor_System_Drawing_Graphics_System_Drawing_Rectangle_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.Command.DrawArrowEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.-ctor.html#C1_Win_Command_DrawArrowEventArgs__ctor_System_Drawing_Graphics_System_Drawing_Rectangle_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">DrawArrowEventArgs(Graphics, Rectangle, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the DrawArrowEventArgs class</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Bounds" data-uid="C1.Win.Command.DrawArrowEventArgs.Bounds">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Bounds.html">Bounds</a>
        </td>
        <td class="markdown level1 summary"><p>The bounding rectangle of the Arrow button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Done" data-uid="C1.Win.Command.DrawArrowEventArgs.Done">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Done.html">Done</a>
        </td>
        <td class="markdown level1 summary"><p>Flag indicating whether the user completed the drawing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Enabled" data-uid="C1.Win.Command.DrawArrowEventArgs.Enabled">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Enabled.html">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value if button is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Graphics" data-uid="C1.Win.Command.DrawArrowEventArgs.Graphics">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Graphics.html">Graphics</a>
        </td>
        <td class="markdown level1 summary"><p>The Graphics object to draw on.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Pressed" data-uid="C1.Win.Command.DrawArrowEventArgs.Pressed">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Pressed.html">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value if button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_DrawArrowEventArgs_Up" data-uid="C1.Win.Command.DrawArrowEventArgs.Up">
          <a class="xref" href="C1.Win.Command.DrawArrowEventArgs.Up.html">Up</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if Up button is drawn or not.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
