# C1.Win.Ribbon.UpdatingItemStyleEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_UpdatingItemStyleEventArgs" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs" class="text-break">UpdatingItemStyleEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemStyle.html">UpdatingItemStyle</a> 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">UpdatingItemStyleEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Ribbon.html">C1.Win.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Ribbon.10.dll</h6>
  <h5 id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class UpdatingItemStyleEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class UpdatingItemStyleEventArgs
    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_Ribbon_UpdatingItemStyleEventArgs__ctor_C1_Win_Ribbon_RibbonItem_" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.#ctor(C1.Win.Ribbon.RibbonItem)">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.-ctor.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs__ctor_C1_Win_Ribbon_RibbonItem_">UpdatingItemStyleEventArgs(RibbonItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.html">UpdatingItemStyleEventArgs</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_ForeColor" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.ForeColor">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.ForeColor.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to display text in the ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_ForeColorEditor" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.ForeColorEditor">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.ForeColorEditor.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_ForeColorEditor">ForeColorEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a> used to display editable text in the ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsDroppedDown" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsDroppedDown">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsDroppedDown.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsDroppedDown">IsDroppedDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the ribbon item is displaying its drop-down portion.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsEnabled" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsEnabled">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsEnabled.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsEnabled">IsEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the ribbon item is enabled and may receive mouse and keyboard messages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsHot" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsHot">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsHot.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsHot">IsHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the mouse is over the ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsPressed" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsPressed">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.IsPressed.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_IsPressed">IsPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the mouse is over the ribbon item and the left button is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemStyleEventArgs_RibbonItem" data-uid="C1.Win.Ribbon.UpdatingItemStyleEventArgs.RibbonItem">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemStyleEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemStyleEventArgs_RibbonItem">RibbonItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ribbon item which the style is being updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
