# C1.Win.Ribbon.UpdatingItemFontEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_UpdatingItemFontEventArgs" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs" class="text-break">UpdatingItemFontEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemFont.html">UpdatingItemFont</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">UpdatingItemFontEventArgs</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_UpdatingItemFontEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class UpdatingItemFontEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class UpdatingItemFontEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <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_UpdatingItemFontEventArgs_Font" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.Font">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.Font.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> used to display text in the ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_FontPadding" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.FontPadding">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.FontPadding.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_FontPadding">FontPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether text bounding rectangle should include padding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInComboBox" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInComboBox">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInComboBox.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInComboBox">IsHostedInComboBox</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem">RibbonItem</a> is hosted in a <a class="xref" href="C1.Win.Ribbon.RibbonComboBox.html">RibbonComboBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInGroup" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInGroup">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInGroup.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInGroup">IsHostedInGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem">RibbonItem</a> is hosted in a <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInMenu" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInMenu">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInMenu.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInMenu">IsHostedInMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem">RibbonItem</a> is hosted in a <a class="xref" href="C1.Win.Ribbon.RibbonMenu.html">RibbonMenu</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInToolBar" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInToolBar">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.IsHostedInToolBar.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_IsHostedInToolBar">IsHostedInToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem">RibbonItem</a> is hosted in <a class="xref" href="C1.Win.Ribbon.RibbonToolBar.html">RibbonToolBar</a>,
<a class="xref" href="C1.Win.Ribbon.RibbonBottomToolBar.html">RibbonBottomToolBar</a>, <a class="xref" href="C1.Win.Ribbon.RibbonTopToolBar.html">RibbonTopToolBar</a> or <a class="xref" href="C1.Win.Ribbon.RibbonConfigToolBar.html">RibbonConfigToolBar</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_NewFont" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.NewFont">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.NewFont.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_NewFont">NewFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.font">Font</a> used to display text in the ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem" data-uid="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem">
          <a class="xref" href="C1.Win.Ribbon.UpdatingItemFontEventArgs.RibbonItem.html#C1_Win_Ribbon_UpdatingItemFontEventArgs_RibbonItem">RibbonItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ribbon item which the font is being updated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
