# C1.Win.Ribbon.RibbonTab

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonTab" data-uid="C1.Win.Ribbon.RibbonTab" class="text-break">RibbonTab Class
</h1>
  <div class="markdown level0 summary"><p>Represents a Ribbon tab.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">RibbonTab</span></div>
      <div class="level4"><a class="xref" href="../C1.Win.FlexChart.Toolbar.10/C1.Win.Chart.Ribbon.ChartRibbonTab.html">ChartRibbonTab</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">ISupportUiaContainer</span></div>
    <div><span class="xref">IUiaSelectionItemProvider</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_RibbonTab_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonTab : Component, IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonTab
    Inherits Component
    Implements IComponent, IDisposable, ISupportUiaContainer, IUiaSelectionItemProvider</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_RibbonTab__ctor" data-uid="C1.Win.Ribbon.RibbonTab.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.-ctor.html#C1_Win_Ribbon_RibbonTab__ctor">RibbonTab()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab__ctor_System_String_" data-uid="C1.Win.Ribbon.RibbonTab.#ctor(System.String)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.-ctor.html#C1_Win_Ribbon_RibbonTab__ctor_System_String_">RibbonTab(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</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_RibbonTab_Clickable" data-uid="C1.Win.Ribbon.RibbonTab.Clickable">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Clickable.html#C1_Win_Ribbon_RibbonTab_Clickable">Clickable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set whether it is allowed to click this tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Enabled" data-uid="C1.Win.Ribbon.RibbonTab.Enabled">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Enabled.html#C1_Win_Ribbon_RibbonTab_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set whether the contents of this tab are enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Groups" data-uid="C1.Win.Ribbon.RibbonTab.Groups">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Groups.html#C1_Win_Ribbon_RibbonTab_Groups">Groups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of item groups on this tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_IconSet" data-uid="C1.Win.Ribbon.RibbonTab.IconSet">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.IconSet.html#C1_Win_Ribbon_RibbonTab_IconSet">IconSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Image" data-uid="C1.Win.Ribbon.RibbonTab.Image">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Image.html#C1_Win_Ribbon_RibbonTab_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the small image (16 x 16) that appears on the tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_IsDisposed" data-uid="C1.Win.Ribbon.RibbonTab.IsDisposed">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.IsDisposed.html#C1_Win_Ribbon_RibbonTab_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a> has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_KeyTip" data-uid="C1.Win.Ribbon.RibbonTab.KeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.KeyTip.html#C1_Win_Ribbon_RibbonTab_KeyTip">KeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a ribbon tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Name" data-uid="C1.Win.Ribbon.RibbonTab.Name">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Name.html#C1_Win_Ribbon_RibbonTab_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the unique name for this <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Owner" data-uid="C1.Win.Ribbon.RibbonTab.Owner">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Owner.html#C1_Win_Ribbon_RibbonTab_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner of this tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OwnerCollection" data-uid="C1.Win.Ribbon.RibbonTab.OwnerCollection">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OwnerCollection.html#C1_Win_Ribbon_RibbonTab_OwnerCollection">OwnerCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner collection for this <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Ribbon" data-uid="C1.Win.Ribbon.RibbonTab.Ribbon">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Ribbon.html#C1_Win_Ribbon_RibbonTab_Ribbon">Ribbon</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> that this <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a> belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Selected" data-uid="C1.Win.Ribbon.RibbonTab.Selected">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Selected.html#C1_Win_Ribbon_RibbonTab_Selected">Selected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this tab is currently selected.
Only one tab can be selected at any time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_TabIndex" data-uid="C1.Win.Ribbon.RibbonTab.TabIndex">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.TabIndex.html#C1_Win_Ribbon_RibbonTab_TabIndex">TabIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tab order of the item within its container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_TabStop" data-uid="C1.Win.Ribbon.RibbonTab.TabStop">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.TabStop.html#C1_Win_Ribbon_RibbonTab_TabStop">TabStop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the user can give the focus to this item using the TAB key.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Tag" data-uid="C1.Win.Ribbon.RibbonTab.Tag">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Tag.html#C1_Win_Ribbon_RibbonTab_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined data associated with the <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Text" data-uid="C1.Win.Ribbon.RibbonTab.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Text.html#C1_Win_Ribbon_RibbonTab_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text for this tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ToolTip" data-uid="C1.Win.Ribbon.RibbonTab.ToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ToolTip.html#C1_Win_Ribbon_RibbonTab_ToolTip">ToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ToolTip string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Visible" data-uid="C1.Win.Ribbon.RibbonTab.Visible">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Visible.html#C1_Win_Ribbon_RibbonTab_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this tab is visible.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_RibbonTab_Dispose_System_Boolean_" data-uid="C1.Win.Ribbon.RibbonTab.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Dispose.html#C1_Win_Ribbon_RibbonTab_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OnDeselect_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTab.OnDeselect(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OnDeselect.html#C1_Win_Ribbon_RibbonTab_OnDeselect_System_EventArgs_">OnDeselect(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTab.Deselect.html">Deselect</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OnDoubleClick_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTab.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OnDoubleClick.html#C1_Win_Ribbon_RibbonTab_OnDoubleClick_System_EventArgs_">OnDoubleClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTab.DoubleClick.html">DoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTab.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OnMouseEnter.html#C1_Win_Ribbon_RibbonTab_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTab.MouseEnter.html">MouseEnter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTab.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OnMouseLeave.html#C1_Win_Ribbon_RibbonTab_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTab.MouseLeave.html">MouseLeave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_OnSelect_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonTab.OnSelect(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.OnSelect.html#C1_Win_Ribbon_RibbonTab_OnSelect_System_EventArgs_">OnSelect(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonTab.Select.html">Select</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ResetText" data-uid="C1.Win.Ribbon.RibbonTab.ResetText">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ResetText.html#C1_Win_Ribbon_RibbonTab_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Ribbon.RibbonTab.Text.html#C1_Win_Ribbon_RibbonTab_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ShouldSerializeGroups" data-uid="C1.Win.Ribbon.RibbonTab.ShouldSerializeGroups">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ShouldSerializeGroups.html#C1_Win_Ribbon_RibbonTab_ShouldSerializeGroups">ShouldSerializeGroups()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ShouldSerializeID" data-uid="C1.Win.Ribbon.RibbonTab.ShouldSerializeID">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ShouldSerializeID.html#C1_Win_Ribbon_RibbonTab_ShouldSerializeID">ShouldSerializeID()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ShouldSerializeName" data-uid="C1.Win.Ribbon.RibbonTab.ShouldSerializeName">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ShouldSerializeName.html#C1_Win_Ribbon_RibbonTab_ShouldSerializeName">ShouldSerializeName()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_ShouldSerializeText" data-uid="C1.Win.Ribbon.RibbonTab.ShouldSerializeText">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.ShouldSerializeText.html#C1_Win_Ribbon_RibbonTab_ShouldSerializeText">ShouldSerializeText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the <a class="xref" href="C1.Win.Ribbon.RibbonTab.Text.html#C1_Win_Ribbon_RibbonTab_Text">Text</a> property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_RibbonTab_Deselect" data-uid="C1.Win.Ribbon.RibbonTab.Deselect">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Deselect.html">Deselect</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a Ribbon tab is deselected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_DoubleClick" data-uid="C1.Win.Ribbon.RibbonTab.DoubleClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.DoubleClick.html">DoubleClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a Ribbon tab is double clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_MouseEnter" data-uid="C1.Win.Ribbon.RibbonTab.MouseEnter">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.MouseEnter.html">MouseEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse enters the tab header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_MouseLeave" data-uid="C1.Win.Ribbon.RibbonTab.MouseLeave">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.MouseLeave.html">MouseLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse leaves the tab header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonTab_Select" data-uid="C1.Win.Ribbon.RibbonTab.Select">
          <a class="xref" href="C1.Win.Ribbon.RibbonTab.Select.html">Select</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after a Ribbon tab is selected.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
