# C1.Win.Ribbon.RibbonGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_RibbonGroup" data-uid="C1.Win.Ribbon.RibbonGroup" class="text-break">RibbonGroup Class
</h1>
  <div class="markdown level0 summary"><p>Represents an item group on a <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a>.</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">RibbonGroup</span></div>
      <div class="level4"><a class="xref" href="../C1.Win.FlexChart.Toolbar.10/C1.Win.Chart.Ribbon.ChartRibbonGroup.html">ChartRibbonGroup</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>
  <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_RibbonGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RibbonGroup : Component, IComponent, IDisposable, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RibbonGroup
    Inherits Component
    Implements IComponent, IDisposable, ISupportUiaContainer</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_RibbonGroup__ctor" data-uid="C1.Win.Ribbon.RibbonGroup.#ctor">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.-ctor.html#C1_Win_Ribbon_RibbonGroup__ctor">RibbonGroup()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup__ctor_System_String_" data-uid="C1.Win.Ribbon.RibbonGroup.#ctor(System.String)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.-ctor.html#C1_Win_Ribbon_RibbonGroup__ctor_System_String_">RibbonGroup(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</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_RibbonGroup_AllowCollapsed" data-uid="C1.Win.Ribbon.RibbonGroup.AllowCollapsed">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.AllowCollapsed.html#C1_Win_Ribbon_RibbonGroup_AllowCollapsed">AllowCollapsed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the group can be collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_CanBeAddedToQat" data-uid="C1.Win.Ribbon.RibbonGroup.CanBeAddedToQat">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.CanBeAddedToQat.html#C1_Win_Ribbon_RibbonGroup_CanBeAddedToQat">CanBeAddedToQat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can add this <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> to the Quick Access Toolbar at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_CollapseIndex" data-uid="C1.Win.Ribbon.RibbonGroup.CollapseIndex">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.CollapseIndex.html#C1_Win_Ribbon_RibbonGroup_CollapseIndex">CollapseIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the priority index of the groups for resizing and collapsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Enabled" data-uid="C1.Win.Ribbon.RibbonGroup.Enabled">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Enabled.html#C1_Win_Ribbon_RibbonGroup_Enabled">Enabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this item group is enabled.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_GroupKeyTip" data-uid="C1.Win.Ribbon.RibbonGroup.GroupKeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.GroupKeyTip.html#C1_Win_Ribbon_RibbonGroup_GroupKeyTip">GroupKeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a RibbonGroup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_GroupToolTip" data-uid="C1.Win.Ribbon.RibbonGroup.GroupToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.GroupToolTip.html#C1_Win_Ribbon_RibbonGroup_GroupToolTip">GroupToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip for the collapsed group button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_HasLauncherButton" data-uid="C1.Win.Ribbon.RibbonGroup.HasLauncherButton">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.HasLauncherButton.html#C1_Win_Ribbon_RibbonGroup_HasLauncherButton">HasLauncherButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> has a dialog launcher button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_IconSet" data-uid="C1.Win.Ribbon.RibbonGroup.IconSet">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.IconSet.html#C1_Win_Ribbon_RibbonGroup_IconSet">IconSet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the icon set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Image" data-uid="C1.Win.Ribbon.RibbonGroup.Image">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Image.html#C1_Win_Ribbon_RibbonGroup_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the small image (16 x 16) used when the group is collapsed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_IsDisposed" data-uid="C1.Win.Ribbon.RibbonGroup.IsDisposed">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.IsDisposed.html#C1_Win_Ribbon_RibbonGroup_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Items" data-uid="C1.Win.Ribbon.RibbonGroup.Items">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Items.html#C1_Win_Ribbon_RibbonGroup_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of Ribbon items in this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_LauncherEnabled" data-uid="C1.Win.Ribbon.RibbonGroup.LauncherEnabled">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.LauncherEnabled.html#C1_Win_Ribbon_RibbonGroup_LauncherEnabled">LauncherEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the dialog launcher button is enabled for this <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_LauncherKeyTip" data-uid="C1.Win.Ribbon.RibbonGroup.LauncherKeyTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.LauncherKeyTip.html#C1_Win_Ribbon_RibbonGroup_LauncherKeyTip">LauncherKeyTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the KeyTip providing keyboard access to a dialog launcher button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_LauncherTabIndex" data-uid="C1.Win.Ribbon.RibbonGroup.LauncherTabIndex">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.LauncherTabIndex.html#C1_Win_Ribbon_RibbonGroup_LauncherTabIndex">LauncherTabIndex</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_RibbonGroup_LauncherTabStop" data-uid="C1.Win.Ribbon.RibbonGroup.LauncherTabStop">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.LauncherTabStop.html#C1_Win_Ribbon_RibbonGroup_LauncherTabStop">LauncherTabStop</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_RibbonGroup_LauncherToolTip" data-uid="C1.Win.Ribbon.RibbonGroup.LauncherToolTip">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.LauncherToolTip.html#C1_Win_Ribbon_RibbonGroup_LauncherToolTip">LauncherToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip for the dialog launcher button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Name" data-uid="C1.Win.Ribbon.RibbonGroup.Name">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Name.html#C1_Win_Ribbon_RibbonGroup_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.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_OwnerCollection" data-uid="C1.Win.Ribbon.RibbonGroup.OwnerCollection">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.OwnerCollection.html#C1_Win_Ribbon_RibbonGroup_OwnerCollection">OwnerCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the owner collection for this <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Ribbon" data-uid="C1.Win.Ribbon.RibbonGroup.Ribbon">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Ribbon.html#C1_Win_Ribbon_RibbonGroup_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 item group belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Site" data-uid="C1.Win.Ribbon.RibbonGroup.Site">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Site.html#C1_Win_Ribbon_RibbonGroup_Site">Site</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ISite of the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Tab" data-uid="C1.Win.Ribbon.RibbonGroup.Tab">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Tab.html#C1_Win_Ribbon_RibbonGroup_Tab">Tab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a> that this item group belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Tag" data-uid="C1.Win.Ribbon.RibbonGroup.Tag">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Tag.html#C1_Win_Ribbon_RibbonGroup_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>User-defined data associated with the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Text" data-uid="C1.Win.Ribbon.RibbonGroup.Text">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Text.html#C1_Win_Ribbon_RibbonGroup_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text label that appears at the bottom of this group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_TrimLongCaption" data-uid="C1.Win.Ribbon.RibbonGroup.TrimLongCaption">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.TrimLongCaption.html#C1_Win_Ribbon_RibbonGroup_TrimLongCaption">TrimLongCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the group caption should be trimmed if it is longer than the contents of the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_Visible" data-uid="C1.Win.Ribbon.RibbonGroup.Visible">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Visible.html#C1_Win_Ribbon_RibbonGroup_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this item group 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_RibbonGroup_Dispose_System_Boolean_" data-uid="C1.Win.Ribbon.RibbonGroup.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Dispose.html#C1_Win_Ribbon_RibbonGroup_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_RibbonGroup_Equals_System_Object_" data-uid="C1.Win.Ribbon.RibbonGroup.Equals(System.Object)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Equals.html#C1_Win_Ribbon_RibbonGroup_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> is equal
to the current <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_GetHashCode" data-uid="C1.Win.Ribbon.RibbonGroup.GetHashCode">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.GetHashCode.html#C1_Win_Ribbon_RibbonGroup_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_OnDialogLauncherClick_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonGroup.OnDialogLauncherClick(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.OnDialogLauncherClick.html#C1_Win_Ribbon_RibbonGroup_OnDialogLauncherClick_System_EventArgs_">OnDialogLauncherClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.DialogLauncherClick.html">DialogLauncherClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_OnMouseEnter_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonGroup.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.OnMouseEnter.html#C1_Win_Ribbon_RibbonGroup_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.MouseEnter.html">MouseEnter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.Ribbon.RibbonGroup.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.OnMouseLeave.html#C1_Win_Ribbon_RibbonGroup_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.MouseLeave.html">MouseLeave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_ResetText" data-uid="C1.Win.Ribbon.RibbonGroup.ResetText">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.ResetText.html#C1_Win_Ribbon_RibbonGroup_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.Text.html#C1_Win_Ribbon_RibbonGroup_Text">Text</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_ShouldSerializeID" data-uid="C1.Win.Ribbon.RibbonGroup.ShouldSerializeID">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.ShouldSerializeID.html#C1_Win_Ribbon_RibbonGroup_ShouldSerializeID">ShouldSerializeID()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_ShouldSerializeItems" data-uid="C1.Win.Ribbon.RibbonGroup.ShouldSerializeItems">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.ShouldSerializeItems.html#C1_Win_Ribbon_RibbonGroup_ShouldSerializeItems">ShouldSerializeItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_ShouldSerializeName" data-uid="C1.Win.Ribbon.RibbonGroup.ShouldSerializeName">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.ShouldSerializeName.html#C1_Win_Ribbon_RibbonGroup_ShouldSerializeName">ShouldSerializeName()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_ShouldSerializeText" data-uid="C1.Win.Ribbon.RibbonGroup.ShouldSerializeText">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.ShouldSerializeText.html#C1_Win_Ribbon_RibbonGroup_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.RibbonGroup.Text.html#C1_Win_Ribbon_RibbonGroup_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_RibbonGroup_DialogLauncherClick" data-uid="C1.Win.Ribbon.RibbonGroup.DialogLauncherClick">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.DialogLauncherClick.html">DialogLauncherClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicks the dialog launcher button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_MouseEnter" data-uid="C1.Win.Ribbon.RibbonGroup.MouseEnter">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.MouseEnter.html">MouseEnter</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse enters the Ribbon group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_MouseLeave" data-uid="C1.Win.Ribbon.RibbonGroup.MouseLeave">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.MouseLeave.html">MouseLeave</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse leaves the Ribbon group.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_RibbonGroup_op_Equality_C1_Win_Ribbon_RibbonGroup_C1_Win_Ribbon_RibbonGroup_" data-uid="C1.Win.Ribbon.RibbonGroup.op_Equality(C1.Win.Ribbon.RibbonGroup,C1.Win.Ribbon.RibbonGroup)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.op_Equality.html#C1_Win_Ribbon_RibbonGroup_op_Equality_C1_Win_Ribbon_RibbonGroup_C1_Win_Ribbon_RibbonGroup_">operator ==(RibbonGroup, RibbonGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> instances are considered equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_RibbonGroup_op_Inequality_C1_Win_Ribbon_RibbonGroup_C1_Win_Ribbon_RibbonGroup_" data-uid="C1.Win.Ribbon.RibbonGroup.op_Inequality(C1.Win.Ribbon.RibbonGroup,C1.Win.Ribbon.RibbonGroup)">
          <a class="xref" href="C1.Win.Ribbon.RibbonGroup.op_Inequality.html#C1_Win_Ribbon_RibbonGroup_op_Inequality_C1_Win_Ribbon_RibbonGroup_C1_Win_Ribbon_RibbonGroup_">operator !=(RibbonGroup, RibbonGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> instances are considered not equal.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
