# C1.Win.Ribbon.C1Ribbon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Ribbon_C1Ribbon" data-uid="C1.Win.Ribbon.C1Ribbon" class="text-break">C1Ribbon Class
</h1>
  <div class="markdown level0 summary"><p>The Ribbon control.</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"><span class="xref">C1Ribbon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.iextenderprovider">IExtenderProvider</a></div>
    <div><span class="xref">ISupportUia</span></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_C1Ribbon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1Ribbon), &quot;C1Ribbon.png&quot;)]
[C1Description(&quot;C1Ribbon&quot;, &quot;Organizes related commands into tabs and groups.&quot;)]
[ComVisible(true)]
public class C1Ribbon : XView, ISupportInitialize, IExtenderProvider, ISupportUia, ISupportUiaContainer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1Ribbon), &quot;C1Ribbon.png&quot;)&gt;
&lt;C1Description(&quot;C1Ribbon&quot;, &quot;Organizes related commands into tabs and groups.&quot;)&gt;
&lt;ComVisible(True)&gt;
Public Class C1Ribbon
    Inherits XView
    Implements ISupportInitialize, IExtenderProvider, ISupportUia, ISupportUiaContainer</code></pre>
  </div>
  <h5 id="C1_Win_Ribbon_C1Ribbon_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The Ribbon control serves as a replacement for the traditional menus and toolbars model and
organizes related commands into tabs and groups so that the commands are easier to find.</p>
</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_C1Ribbon__ctor" data-uid="C1.Win.Ribbon.C1Ribbon.#ctor">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.-ctor.html#C1_Win_Ribbon_C1Ribbon__ctor">C1Ribbon()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a>.
The C1Ribbon is automatically docked at the top of the parent container.</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_C1Ribbon_AllowContextMenu" data-uid="C1.Win.Ribbon.C1Ribbon.AllowContextMenu">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.AllowContextMenu.html#C1_Win_Ribbon_C1Ribbon_AllowContextMenu">AllowContextMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the special context menu should appear when a user clicks the Ribbon with the right mouse button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_AllowMinimize" data-uid="C1.Win.Ribbon.C1Ribbon.AllowMinimize">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.AllowMinimize.html#C1_Win_Ribbon_C1Ribbon_AllowMinimize">AllowMinimize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Ribbon can be minimized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_AllowSimplifiedView" data-uid="C1.Win.Ribbon.C1Ribbon.AllowSimplifiedView">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.AllowSimplifiedView.html#C1_Win_Ribbon_C1Ribbon_AllowSimplifiedView">AllowSimplifiedView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Ribbon can be simplified.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay" data-uid="C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.AltKeyPressDelay.html#C1_Win_Ribbon_C1Ribbon_AltKeyPressDelay">AltKeyPressDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delay (in milliseconds) after pressing the Alt key before displaying KeyTips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Anchor" data-uid="C1.Win.Ribbon.C1Ribbon.Anchor">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Anchor.html#C1_Win_Ribbon_C1Ribbon_Anchor">Anchor</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ApplicationMenu" data-uid="C1.Win.Ribbon.C1Ribbon.ApplicationMenu">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ApplicationMenu.html#C1_Win_Ribbon_C1Ribbon_ApplicationMenu">ApplicationMenu</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that represents the Application menu at the top-left
corner of the Ribbon and allows to control the button's appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_AutoSize" data-uid="C1.Win.Ribbon.C1Ribbon.AutoSize">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.AutoSize.html#C1_Win_Ribbon_C1Ribbon_AutoSize">AutoSize</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_BackstageView" data-uid="C1.Win.Ribbon.C1Ribbon.BackstageView">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.BackstageView.html#C1_Win_Ribbon_C1Ribbon_BackstageView">BackstageView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the instance of the attached <a class="xref" href="C1.Win.Ribbon.C1BackstageView.html">C1BackstageView</a> to this control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_BottomToolBar" data-uid="C1.Win.Ribbon.C1Ribbon.BottomToolBar">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.BottomToolBar.html#C1_Win_Ribbon_C1Ribbon_BottomToolBar">BottomToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that represents a toolbar that appears below the Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_CaptionAlignment" data-uid="C1.Win.Ribbon.C1Ribbon.CaptionAlignment">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.CaptionAlignment.html#C1_Win_Ribbon_C1Ribbon_CaptionAlignment">CaptionAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the form caption is horizontally aligned.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_CaptureAltKeyInTerminalSession" data-uid="C1.Win.Ribbon.C1Ribbon.CaptureAltKeyInTerminalSession">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.CaptureAltKeyInTerminalSession.html#C1_Win_Ribbon_C1Ribbon_CaptureAltKeyInTerminalSession">CaptureAltKeyInTerminalSession</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Alt key can be used for displaying KeyTips in terminal server session.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_CaptureF10Key" data-uid="C1.Win.Ribbon.C1Ribbon.CaptureF10Key">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.CaptureF10Key.html#C1_Win_Ribbon_C1Ribbon_CaptureF10Key">CaptureF10Key</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the F10 key can be used for displaying KeyTips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ChildCaptionInSquareBrackets" data-uid="C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ChildCaptionInSquareBrackets.html#C1_Win_Ribbon_C1Ribbon_ChildCaptionInSquareBrackets">ChildCaptionInSquareBrackets</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the title of a maximized MDI child window should appear in square brackets after the main Form's title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ConfigToolBar" data-uid="C1.Win.Ribbon.C1Ribbon.ConfigToolBar">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ConfigToolBar.html#C1_Win_Ribbon_C1Ribbon_ConfigToolBar">ConfigToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that represents the toolbar in the same line with the tab headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ContextMenuItems" data-uid="C1.Win.Ribbon.C1Ribbon.ContextMenuItems">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextMenuItems.html#C1_Win_Ribbon_C1Ribbon_ContextMenuItems">ContextMenuItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of menu items displayed with the ShowContextMenu method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ContextualTabGroups" data-uid="C1.Win.Ribbon.C1Ribbon.ContextualTabGroups">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextualTabGroups.html#C1_Win_Ribbon_C1Ribbon_ContextualTabGroups">ContextualTabGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of contextual tab groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Cursor" data-uid="C1.Win.Ribbon.C1Ribbon.Cursor">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Cursor.html#C1_Win_Ribbon_C1Ribbon_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Dock" data-uid="C1.Win.Ribbon.C1Ribbon.Dock">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Dock.html#C1_Win_Ribbon_C1Ribbon_Dock">Dock</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_HeaderWatermark" data-uid="C1.Win.Ribbon.C1Ribbon.HeaderWatermark">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.HeaderWatermark.html#C1_Win_Ribbon_C1Ribbon_HeaderWatermark">HeaderWatermark</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an image displayed as the header watermark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_HideAppMenuWithTHR" data-uid="C1.Win.Ribbon.C1Ribbon.HideAppMenuWithTHR">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.HideAppMenuWithTHR.html#C1_Win_Ribbon_C1Ribbon_HideAppMenuWithTHR">HideAppMenuWithTHR</a>
        </td>
        <td class="markdown level1 summary"><p>Enables the compatibility mode when the AppMenu button
does not appear while the tab header row is invisible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_HideTabHeaderRow" data-uid="C1.Win.Ribbon.C1Ribbon.HideTabHeaderRow">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.HideTabHeaderRow.html#C1_Win_Ribbon_C1Ribbon_HideTabHeaderRow">HideTabHeaderRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tab header row (including the application menu and config toolbar) is hidden.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_KeyTipsVisible" data-uid="C1.Win.Ribbon.C1Ribbon.KeyTipsVisible">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.KeyTipsVisible.html#C1_Win_Ribbon_C1Ribbon_KeyTipsVisible">KeyTipsVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the KeyTips are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_LargeImageList" data-uid="C1.Win.Ribbon.C1Ribbon.LargeImageList">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.LargeImageList.html#C1_Win_Ribbon_C1Ribbon_LargeImageList">LargeImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList that contains the large images to display on the Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Location" data-uid="C1.Win.Ribbon.C1Ribbon.Location">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Location.html#C1_Win_Ribbon_C1Ribbon_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MaximumSize" data-uid="C1.Win.Ribbon.C1Ribbon.MaximumSize">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MaximumSize.html#C1_Win_Ribbon_C1Ribbon_MaximumSize">MaximumSize</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MediumImageList" data-uid="C1.Win.Ribbon.C1Ribbon.MediumImageList">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MediumImageList.html#C1_Win_Ribbon_C1Ribbon_MediumImageList">MediumImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList that contains the medium images to display on the Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Minimized" data-uid="C1.Win.Ribbon.C1Ribbon.Minimized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Minimized.html#C1_Win_Ribbon_C1Ribbon_Minimized">Minimized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Ribbon is in minimized state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MinimumHeight" data-uid="C1.Win.Ribbon.C1Ribbon.MinimumHeight">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MinimumHeight.html#C1_Win_Ribbon_C1Ribbon_MinimumHeight">MinimumHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum height of Ribbon's parent container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MinimumSize" data-uid="C1.Win.Ribbon.C1Ribbon.MinimumSize">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MinimumSize.html#C1_Win_Ribbon_C1Ribbon_MinimumSize">MinimumSize</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MinimumWidth" data-uid="C1.Win.Ribbon.C1Ribbon.MinimumWidth">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MinimumWidth.html#C1_Win_Ribbon_C1Ribbon_MinimumWidth">MinimumWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of Ribbon's parent container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MoreButton" data-uid="C1.Win.Ribbon.C1Ribbon.MoreButton">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MoreButton.html#C1_Win_Ribbon_C1Ribbon_MoreButton">MoreButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the properties of the more button from simplified view of ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_NoSysKeyUp" data-uid="C1.Win.Ribbon.C1Ribbon.NoSysKeyUp">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.NoSysKeyUp.html#C1_Win_Ribbon_C1Ribbon_NoSysKeyUp">NoSysKeyUp</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ribbon shouldn't wait for the WM_SYSKEYUP message when showing KeyTips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Padding" data-uid="C1.Win.Ribbon.C1Ribbon.Padding">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Padding.html#C1_Win_Ribbon_C1Ribbon_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Qat" data-uid="C1.Win.Ribbon.C1Ribbon.Qat">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Qat.html#C1_Win_Ribbon_C1Ribbon_Qat">Qat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that represents the Quick Access Toolbar (QAT).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_QatItemNames" data-uid="C1.Win.Ribbon.C1Ribbon.QatItemNames">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.QatItemNames.html#C1_Win_Ribbon_C1Ribbon_QatItemNames">QatItemNames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string that specifies the list of item names on the QAT.
It allows to preserve QAT items added by the user at runtime.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_RestrictedGroupSizing" data-uid="C1.Win.Ribbon.C1Ribbon.RestrictedGroupSizing">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RestrictedGroupSizing.html#C1_Win_Ribbon_C1Ribbon_RestrictedGroupSizing">RestrictedGroupSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> sizing is limited to the Maximized and Collapsed states.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_RibbonStyle" data-uid="C1.Win.Ribbon.C1Ribbon.RibbonStyle">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonStyle.html#C1_Win_Ribbon_C1Ribbon_RibbonStyle">RibbonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonStyle.html#C1_Win_Ribbon_C1Ribbon_RibbonStyle">RibbonStyle</a> object that is used
for customization of appearance settings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Selectable" data-uid="C1.Win.Ribbon.C1Ribbon.Selectable">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Selectable.html#C1_Win_Ribbon_C1Ribbon_Selectable">Selectable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Ribbon can receive the input focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SelectedTab" data-uid="C1.Win.Ribbon.C1Ribbon.SelectedTab">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SelectedTab.html#C1_Win_Ribbon_C1Ribbon_SelectedTab">SelectedTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SelectedTabIndex" data-uid="C1.Win.Ribbon.C1Ribbon.SelectedTabIndex">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SelectedTabIndex.html#C1_Win_Ribbon_C1Ribbon_SelectedTabIndex">SelectedTabIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selected tab index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShowContextualGroupsHeaders" data-uid="C1.Win.Ribbon.C1Ribbon.ShowContextualGroupsHeaders">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShowContextualGroupsHeaders.html#C1_Win_Ribbon_C1Ribbon_ShowContextualGroupsHeaders">ShowContextualGroupsHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the headers of contextual groups are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Size" data-uid="C1.Win.Ribbon.C1Ribbon.Size">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Size.html#C1_Win_Ribbon_C1Ribbon_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height and width of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SmallImageList" data-uid="C1.Win.Ribbon.C1Ribbon.SmallImageList">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SmallImageList.html#C1_Win_Ribbon_C1Ribbon_SmallImageList">SmallImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImageList that contains the small images to display on the Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SupportsKeyTips" data-uid="C1.Win.Ribbon.C1Ribbon.SupportsKeyTips">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SupportsKeyTips.html#C1_Win_Ribbon_C1Ribbon_SupportsKeyTips">SupportsKeyTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Ribbon can show KeyTips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_TabPopupWidth" data-uid="C1.Win.Ribbon.C1Ribbon.TabPopupWidth">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TabPopupWidth.html#C1_Win_Ribbon_C1Ribbon_TabPopupWidth">TabPopupWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of the tab popup window when the Ribbon is minimized. If -1, the popup window is stretched to the whole width of the owner window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Tabs" data-uid="C1.Win.Ribbon.C1Ribbon.Tabs">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Tabs.html#C1_Win_Ribbon_C1Ribbon_Tabs">Tabs</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the tabs collection of this <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_TextRenderingHint" data-uid="C1.Win.Ribbon.C1Ribbon.TextRenderingHint">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TextRenderingHint.html#C1_Win_Ribbon_C1Ribbon_TextRenderingHint">TextRenderingHint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TextRenderingHint.html#C1_Win_Ribbon_C1Ribbon_TextRenderingHint">TextRenderingHint</a> that controls text rendering quality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ToolTipSettings" data-uid="C1.Win.Ribbon.C1Ribbon.ToolTipSettings">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ToolTipSettings.html#C1_Win_Ribbon_C1Ribbon_ToolTipSettings">ToolTipSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties of the built-in tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_TopToolBar" data-uid="C1.Win.Ribbon.C1Ribbon.TopToolBar">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TopToolBar.html#C1_Win_Ribbon_C1Ribbon_TopToolBar">TopToolBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object that represents a toolbar at the window title bar, beside the system buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ViewMode" data-uid="C1.Win.Ribbon.C1Ribbon.ViewMode">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ViewMode.html#C1_Win_Ribbon_C1Ribbon_ViewMode">ViewMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the view mode of C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Visible" data-uid="C1.Win.Ribbon.C1Ribbon.Visible">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Visible.html#C1_Win_Ribbon_C1Ribbon_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the control and all its parent controls are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_WrapElementsFocus" data-uid="C1.Win.Ribbon.C1Ribbon.WrapElementsFocus">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.WrapElementsFocus.html#C1_Win_Ribbon_C1Ribbon_WrapElementsFocus">WrapElementsFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets focus wrap when moving between elements.</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_C1Ribbon_BeginInit" data-uid="C1.Win.Ribbon.C1Ribbon.BeginInit">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.BeginInit.html#C1_Win_Ribbon_C1Ribbon_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_BeginUpdate" data-uid="C1.Win.Ribbon.C1Ribbon.BeginUpdate">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.BeginUpdate.html#C1_Win_Ribbon_C1Ribbon_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Maintains performance while items are being added or removed from the C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_CloseAllPopups" data-uid="C1.Win.Ribbon.C1Ribbon.CloseAllPopups">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.CloseAllPopups.html#C1_Win_Ribbon_C1Ribbon_CloseAllPopups">CloseAllPopups()</a>
        </td>
        <td class="markdown level1 summary"><p>Closes all popup windows, such as menus, collapsed groups and tabs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_CreateHandle" data-uid="C1.Win.Ribbon.C1Ribbon.CreateHandle">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.CreateHandle.html#C1_Win_Ribbon_C1Ribbon_CreateHandle">CreateHandle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the handle for the C1Ribbon control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Dispose_System_Boolean_" data-uid="C1.Win.Ribbon.C1Ribbon.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Dispose.html#C1_Win_Ribbon_C1Ribbon_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_C1Ribbon_DrawFocusRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Win.Ribbon.C1Ribbon.DrawFocusRectangle(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.DrawFocusRectangle.html#C1_Win_Ribbon_C1Ribbon_DrawFocusRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_">DrawFocusRectangle(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_EndInit" data-uid="C1.Win.Ribbon.C1Ribbon.EndInit">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.EndInit.html#C1_Win_Ribbon_C1Ribbon_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_EndUpdate" data-uid="C1.Win.Ribbon.C1Ribbon.EndUpdate">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.EndUpdate.html#C1_Win_Ribbon_C1Ribbon_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes processing after it has been suspended by a call to <a class="xref" href="C1.Win.Ribbon.C1Ribbon.BeginUpdate.html#C1_Win_Ribbon_C1Ribbon_BeginUpdate">BeginUpdate()</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetHostRibbonItem_System_Windows_Forms_Control_" data-uid="C1.Win.Ribbon.C1Ribbon.GetHostRibbonItem(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetHostRibbonItem.html#C1_Win_Ribbon_C1Ribbon_GetHostRibbonItem_System_Windows_Forms_Control_">GetHostRibbonItem(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> that contains the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetItemAt_System_Drawing_Point_" data-uid="C1.Win.Ribbon.C1Ribbon.GetItemAt(System.Drawing.Point)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetItemAt.html#C1_Win_Ribbon_C1Ribbon_GetItemAt_System_Drawing_Point_">GetItemAt(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the item located at the specified point in the client area of the C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetItemAt_System_Int32_System_Int32_" data-uid="C1.Win.Ribbon.C1Ribbon.GetItemAt(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetItemAt.html#C1_Win_Ribbon_C1Ribbon_GetItemAt_System_Int32_System_Int32_">GetItemAt(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the item located at the specified x- and y-coordinates of the C1Ribbon client area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetItemBounds_System_ComponentModel_Component_" data-uid="C1.Win.Ribbon.C1Ribbon.GetItemBounds(System.ComponentModel.Component)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetItemBounds.html#C1_Win_Ribbon_C1Ribbon_GetItemBounds_System_ComponentModel_Component_">GetItemBounds(Component)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the size and location of the given item, in pixels, relative to the parent C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetItemByName_System_String_" data-uid="C1.Win.Ribbon.C1Ribbon.GetItemByName(System.String)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetItemByName.html#C1_Win_Ribbon_C1Ribbon_GetItemByName_System_String_">GetItemByName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the RibbonTab, RibbonGroup, or RibbonItem with the specified name through the whole C1Ribbon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetItemImage_C1_Win_Ribbon_RibbonItem_" data-uid="C1.Win.Ribbon.C1Ribbon.GetItemImage(C1.Win.Ribbon.RibbonItem)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetItemImage.html#C1_Win_Ribbon_C1Ribbon_GetItemImage_C1_Win_Ribbon_RibbonItem_">GetItemImage(RibbonItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an image rendered from the actual icon of the ribbon component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetPresetImage_System_String_System_Int32_" data-uid="C1.Win.Ribbon.C1Ribbon.GetPresetImage(System.String,System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetPresetImage.html#C1_Win_Ribbon_C1Ribbon_GetPresetImage_System_String_System_Int32_">GetPresetImage(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a bitmap image from build-in <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> presets for the current theme lightness.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GetPresetImage_System_String_System_Int32_System_Boolean_" data-uid="C1.Win.Ribbon.C1Ribbon.GetPresetImage(System.String,System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GetPresetImage.html#C1_Win_Ribbon_C1Ribbon_GetPresetImage_System_String_System_Int32_System_Boolean_">GetPresetImage(string, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a bitmap image from build-in <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> presets.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_IsMouseInsideXView" data-uid="C1.Win.Ribbon.C1Ribbon.IsMouseInsideXView">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.IsMouseInsideXView.html#C1_Win_Ribbon_C1Ribbon_IsMouseInsideXView">IsMouseInsideXView()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the mouse pointer is inside the C1Ribbon control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Load_System_IO_Stream_" data-uid="C1.Win.Ribbon.C1Ribbon.Load(System.IO.Stream)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Load.html#C1_Win_Ribbon_C1Ribbon_Load_System_IO_Stream_">Load(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a Ribbon definition from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Load_System_String_" data-uid="C1.Win.Ribbon.C1Ribbon.Load(System.String)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Load.html#C1_Win_Ribbon_C1Ribbon_Load_System_String_">Load(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a Ribbon definition from an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Load_System_Xml_XmlDocument_" data-uid="C1.Win.Ribbon.C1Ribbon.Load(System.Xml.XmlDocument)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Load.html#C1_Win_Ribbon_C1Ribbon_Load_System_Xml_XmlDocument_">Load(XmlDocument)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a Ribbon definition from an <span class="xref">System.Xml.XmlDocument</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnContextMenuCollapse_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnContextMenuCollapse(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnContextMenuCollapse.html#C1_Win_Ribbon_C1Ribbon_OnContextMenuCollapse_System_EventArgs_">OnContextMenuCollapse(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextMenuCollapse.html">ContextMenuCollapse</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnContextMenuPopup_C1_Win_Ribbon_ContextMenuPopupEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnContextMenuPopup(C1.Win.Ribbon.ContextMenuPopupEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnContextMenuPopup.html#C1_Win_Ribbon_C1Ribbon_OnContextMenuPopup_C1_Win_Ribbon_ContextMenuPopupEventArgs_">OnContextMenuPopup(ContextMenuPopupEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextMenuPopup.html">ContextMenuPopup</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnControlHostFromXmlNode_C1_Win_Ribbon_ControlHostFromXmlNodeEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnControlHostFromXmlNode(C1.Win.Ribbon.ControlHostFromXmlNodeEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnControlHostFromXmlNode.html#C1_Win_Ribbon_C1Ribbon_OnControlHostFromXmlNode_C1_Win_Ribbon_ControlHostFromXmlNodeEventArgs_">OnControlHostFromXmlNode(ControlHostFromXmlNodeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ControlHostFromXmlNode.html">ControlHostFromXmlNode</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnEnabledChanged.html#C1_Win_Ribbon_C1Ribbon_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enabledchanged">EnabledChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnFontChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnFontChanged.html#C1_Win_Ribbon_C1Ribbon_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FontChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnGroupDeserialized_C1_Win_Ribbon_GroupDeserializedEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnGroupDeserialized(C1.Win.Ribbon.GroupDeserializedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnGroupDeserialized.html#C1_Win_Ribbon_C1Ribbon_OnGroupDeserialized_C1_Win_Ribbon_GroupDeserializedEventArgs_">OnGroupDeserialized(GroupDeserializedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GroupDeserialized.html">GroupDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnInvalidated.html#C1_Win_Ribbon_C1Ribbon_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_">OnInvalidated(InvalidateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidated">Invalidated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnItemDeserialized_C1_Win_Ribbon_ItemDeserializedEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnItemDeserialized(C1.Win.Ribbon.ItemDeserializedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnItemDeserialized.html#C1_Win_Ribbon_C1Ribbon_OnItemDeserialized_C1_Win_Ribbon_ItemDeserializedEventArgs_">OnItemDeserialized(ItemDeserializedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ItemDeserialized.html">ItemDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnLeave_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnLeave.html#C1_Win_Ribbon_C1Ribbon_OnLeave_System_EventArgs_">OnLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Leave event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnMinimizedChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnMinimizedChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnMinimizedChanged.html#C1_Win_Ribbon_C1Ribbon_OnMinimizedChanged_System_EventArgs_">OnMinimizedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MinimizedChanged.html">MinimizedChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnMouseUp.html#C1_Win_Ribbon_C1Ribbon_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseup">MouseUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnMouseWheel.html#C1_Win_Ribbon_C1Ribbon_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MouseWheel event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnPaint.html#C1_Win_Ribbon_C1Ribbon_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the control. Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.paint">Paint</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnPaintBackground.html#C1_Win_Ribbon_C1Ribbon_OnPaintBackground_System_Windows_Forms_PaintEventArgs_">OnPaintBackground(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the background of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnParentChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnParentChanged.html#C1_Win_Ribbon_C1Ribbon_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ParentChanged event and performs additional handling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnPopupToolTip_C1_Win_Ribbon_ToolTipPositionEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnPopupToolTip(C1.Win.Ribbon.ToolTipPositionEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnPopupToolTip.html#C1_Win_Ribbon_C1Ribbon_OnPopupToolTip_C1_Win_Ribbon_ToolTipPositionEventArgs_">OnPopupToolTip(ToolTipPositionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.PopupToolTip.html">PopupToolTip</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnRibbonDeserialized_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnRibbonDeserialized(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnRibbonDeserialized.html#C1_Win_Ribbon_C1Ribbon_OnRibbonDeserialized_System_EventArgs_">OnRibbonDeserialized(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonDeserialized.html">RibbonDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnRibbonEvent_C1_Win_Ribbon_RibbonEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnRibbonEvent(C1.Win.Ribbon.RibbonEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnRibbonEvent.html#C1_Win_Ribbon_C1Ribbon_OnRibbonEvent_C1_Win_Ribbon_RibbonEventArgs_">OnRibbonEvent(RibbonEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonEvent.html">RibbonEvent</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnRightToLeftChanged.html#C1_Win_Ribbon_C1Ribbon_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.righttoleftchanged">RightToLeftChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnSelectedTabChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnSelectedTabChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnSelectedTabChanged.html#C1_Win_Ribbon_C1Ribbon_OnSelectedTabChanged_System_EventArgs_">OnSelectedTabChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SelectedTabChanged.html">SelectedTabChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnTabDeserialized_C1_Win_Ribbon_TabDeserializedEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnTabDeserialized(C1.Win.Ribbon.TabDeserializedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnTabDeserialized.html#C1_Win_Ribbon_C1Ribbon_OnTabDeserialized_C1_Win_Ribbon_TabDeserializedEventArgs_">OnTabDeserialized(TabDeserializedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TabDeserialized.html">TabDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnTabGroupDeserialized_C1_Win_Ribbon_TabGroupDeserializedEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnTabGroupDeserialized(C1.Win.Ribbon.TabGroupDeserializedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnTabGroupDeserialized.html#C1_Win_Ribbon_C1Ribbon_OnTabGroupDeserialized_C1_Win_Ribbon_TabGroupDeserializedEventArgs_">OnTabGroupDeserialized(TabGroupDeserializedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TabGroupDeserialized.html">TabGroupDeserialized</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnToolTipLinkClicked_C1_Win_Ribbon_ToolTipLinkClickedEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnToolTipLinkClicked(C1.Win.Ribbon.ToolTipLinkClickedEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnToolTipLinkClicked.html#C1_Win_Ribbon_C1Ribbon_OnToolTipLinkClicked_C1_Win_Ribbon_ToolTipLinkClickedEventArgs_">OnToolTipLinkClicked(ToolTipLinkClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ToolTipLinkClicked.html">ToolTipLinkClicked</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnUpdatingItemFont_C1_Win_Ribbon_UpdatingItemFontEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnUpdatingItemFont(C1.Win.Ribbon.UpdatingItemFontEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnUpdatingItemFont.html#C1_Win_Ribbon_C1Ribbon_OnUpdatingItemFont_C1_Win_Ribbon_UpdatingItemFontEventArgs_">OnUpdatingItemFont(UpdatingItemFontEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemFont.html">UpdatingItemFont</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnUpdatingItemStyle_C1_Win_Ribbon_UpdatingItemStyleEventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnUpdatingItemStyle(C1.Win.Ribbon.UpdatingItemStyleEventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnUpdatingItemStyle.html#C1_Win_Ribbon_C1Ribbon_OnUpdatingItemStyle_C1_Win_Ribbon_UpdatingItemStyleEventArgs_">OnUpdatingItemStyle(UpdatingItemStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemStyle.html">UpdatingItemStyle</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnViewChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnViewChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnViewChanged.html#C1_Win_Ribbon_C1Ribbon_OnViewChanged_System_EventArgs_">OnViewChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ViewChanged.html">ViewChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.Ribbon.C1Ribbon.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.OnVisibleChanged.html#C1_Win_Ribbon_C1Ribbon_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.visiblechanged">VisibleChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ProcessMnemonic_System_Char_" data-uid="C1.Win.Ribbon.C1Ribbon.ProcessMnemonic(System.Char)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ProcessMnemonic.html#C1_Win_Ribbon_C1Ribbon_ProcessMnemonic_System_Char_">ProcessMnemonic(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a mnemonic character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_RescaleConstantsForDpi_System_Int32_System_Int32_" data-uid="C1.Win.Ribbon.C1Ribbon.RescaleConstantsForDpi(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RescaleConstantsForDpi.html#C1_Win_Ribbon_C1Ribbon_RescaleConstantsForDpi_System_Int32_System_Int32_">RescaleConstantsForDpi(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ResubscribeTooltip_C1_Win_SuperTooltip_C1SuperTooltipBase_C1_Win_SuperTooltip_C1SuperTooltipBase_" data-uid="C1.Win.Ribbon.C1Ribbon.ResubscribeTooltip(C1.Win.SuperTooltip.C1SuperTooltipBase,C1.Win.SuperTooltip.C1SuperTooltipBase)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ResubscribeTooltip.html#C1_Win_Ribbon_C1Ribbon_ResubscribeTooltip_C1_Win_SuperTooltip_C1SuperTooltipBase_C1_Win_SuperTooltip_C1SuperTooltipBase_">ResubscribeTooltip(C1SuperTooltipBase, C1SuperTooltipBase)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Save_System_IO_Stream_" data-uid="C1.Win.Ribbon.C1Ribbon.Save(System.IO.Stream)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Save.html#C1_Win_Ribbon_C1Ribbon_Save_System_IO_Stream_">Save(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a Ribbon definition into a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Save_System_String_" data-uid="C1.Win.Ribbon.C1Ribbon.Save(System.String)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Save.html#C1_Win_Ribbon_C1Ribbon_Save_System_String_">Save(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a Ribbon definition into an XML file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_Save_System_Xml_XmlTextWriter_" data-uid="C1.Win.Ribbon.C1Ribbon.Save(System.Xml.XmlTextWriter)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Save.html#C1_Win_Ribbon_C1Ribbon_Save_System_Xml_XmlTextWriter_">Save(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves a Ribbon definition into an <span class="xref">System.Xml.XmlWriter</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SelectTab_System_Int32_System_Boolean_" data-uid="C1.Win.Ribbon.C1Ribbon.SelectTab(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SelectTab.html#C1_Win_Ribbon_C1Ribbon_SelectTab_System_Int32_System_Boolean_">SelectTab(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Makes the tab with the specified index the current tab.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.Ribbon.C1Ribbon.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SetBoundsCore.html#C1_Win_Ribbon_C1Ribbon_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShouldSerializeContextMenuItems" data-uid="C1.Win.Ribbon.C1Ribbon.ShouldSerializeContextMenuItems">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShouldSerializeContextMenuItems.html#C1_Win_Ribbon_C1Ribbon_ShouldSerializeContextMenuItems">ShouldSerializeContextMenuItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShouldSerializeContextualTabGroups" data-uid="C1.Win.Ribbon.C1Ribbon.ShouldSerializeContextualTabGroups">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShouldSerializeContextualTabGroups.html#C1_Win_Ribbon_C1Ribbon_ShouldSerializeContextualTabGroups">ShouldSerializeContextualTabGroups()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShouldSerializeMoreButton" data-uid="C1.Win.Ribbon.C1Ribbon.ShouldSerializeMoreButton">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShouldSerializeMoreButton.html#C1_Win_Ribbon_C1Ribbon_ShouldSerializeMoreButton">ShouldSerializeMoreButton()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShouldSerializeTabs" data-uid="C1.Win.Ribbon.C1Ribbon.ShouldSerializeTabs">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShouldSerializeTabs.html#C1_Win_Ribbon_C1Ribbon_ShouldSerializeTabs">ShouldSerializeTabs()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShouldSerializeToolTipSettings" data-uid="C1.Win.Ribbon.C1Ribbon.ShouldSerializeToolTipSettings">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShouldSerializeToolTipSettings.html#C1_Win_Ribbon_C1Ribbon_ShouldSerializeToolTipSettings">ShouldSerializeToolTipSettings()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Drawing_Point_C1_Win_Ribbon_RibbonItem_" data-uid="C1.Win.Ribbon.C1Ribbon.ShowContextMenu(System.Drawing.Point,C1.Win.Ribbon.RibbonItem)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShowContextMenu.html#C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Drawing_Point_C1_Win_Ribbon_RibbonItem_">ShowContextMenu(Point, RibbonItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the contextual menu at the specified screen position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Drawing_Point_System_Windows_Forms_LeftRightAlignment_C1_Win_Ribbon_RibbonItem_" data-uid="C1.Win.Ribbon.C1Ribbon.ShowContextMenu(System.Drawing.Point,System.Windows.Forms.LeftRightAlignment,C1.Win.Ribbon.RibbonItem)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShowContextMenu.html#C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Drawing_Point_System_Windows_Forms_LeftRightAlignment_C1_Win_Ribbon_RibbonItem_">ShowContextMenu(Point, LeftRightAlignment, RibbonItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the contextual menu at the specified screen position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Windows_Forms_Control_" data-uid="C1.Win.Ribbon.C1Ribbon.ShowContextMenu(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ShowContextMenu.html#C1_Win_Ribbon_C1Ribbon_ShowContextMenu_System_Windows_Forms_Control_">ShowContextMenu(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Displays the contextual menu at the center of the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_WndProc_System_Windows_Forms_Message__" data-uid="C1.Win.Ribbon.C1Ribbon.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.WndProc.html#C1_Win_Ribbon_C1Ribbon_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes Windows messages.</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_C1Ribbon_ContextMenuCollapse" data-uid="C1.Win.Ribbon.C1Ribbon.ContextMenuCollapse">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextMenuCollapse.html">ContextMenuCollapse</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the contextual menu collapses.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ContextMenuPopup" data-uid="C1.Win.Ribbon.C1Ribbon.ContextMenuPopup">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ContextMenuPopup.html">ContextMenuPopup</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the contextual menu is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ControlHostFromXmlNode" data-uid="C1.Win.Ribbon.C1Ribbon.ControlHostFromXmlNode">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ControlHostFromXmlNode.html">ControlHostFromXmlNode</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a <a class="xref" href="C1.Win.Ribbon.RibbonControlHost.html">RibbonControlHost</a> starts loading from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_GroupDeserialized" data-uid="C1.Win.Ribbon.C1Ribbon.GroupDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.GroupDeserialized.html">GroupDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonGroup.html">RibbonGroup</a> is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ItemDeserialized" data-uid="C1.Win.Ribbon.C1Ribbon.ItemDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ItemDeserialized.html">ItemDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonItem.html">RibbonItem</a> is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_MinimizedChanged" data-uid="C1.Win.Ribbon.C1Ribbon.MinimizedChanged">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.MinimizedChanged.html">MinimizedChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value of the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.Minimized.html#C1_Win_Ribbon_C1Ribbon_Minimized">Minimized</a> property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_PopupToolTip" data-uid="C1.Win.Ribbon.C1Ribbon.PopupToolTip">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.PopupToolTip.html">PopupToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a tooltip is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_RibbonDeserialized" data-uid="C1.Win.Ribbon.C1Ribbon.RibbonDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonDeserialized.html">RibbonDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the <a class="xref" href="C1.Win.Ribbon.C1Ribbon.html">C1Ribbon</a> control is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_RibbonEvent" data-uid="C1.Win.Ribbon.C1Ribbon.RibbonEvent">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.RibbonEvent.html">RibbonEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when other Ribbon events occur.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_SelectedTabChanged" data-uid="C1.Win.Ribbon.C1Ribbon.SelectedTabChanged">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.SelectedTabChanged.html">SelectedTabChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tab selection changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_TabDeserialized" data-uid="C1.Win.Ribbon.C1Ribbon.TabDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TabDeserialized.html">TabDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonTab.html">RibbonTab</a> is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_TabGroupDeserialized" data-uid="C1.Win.Ribbon.C1Ribbon.TabGroupDeserialized">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.TabGroupDeserialized.html">TabGroupDeserialized</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a <a class="xref" href="C1.Win.Ribbon.RibbonContextualTabGroup.html">RibbonContextualTabGroup</a> is loaded from XML.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ToolTipLinkClicked" data-uid="C1.Win.Ribbon.C1Ribbon.ToolTipLinkClicked">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ToolTipLinkClicked.html">ToolTipLinkClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Event that fires when the user clicks a hyperlink within a tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_UpdatingItemFont" data-uid="C1.Win.Ribbon.C1Ribbon.UpdatingItemFont">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemFont.html">UpdatingItemFont</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a font is applied to a ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_UpdatingItemStyle" data-uid="C1.Win.Ribbon.C1Ribbon.UpdatingItemStyle">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.UpdatingItemStyle.html">UpdatingItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before a style is applied to a ribbon item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Ribbon_C1Ribbon_ViewChanged" data-uid="C1.Win.Ribbon.C1Ribbon.ViewChanged">
          <a class="xref" href="C1.Win.Ribbon.C1Ribbon.ViewChanged.html">ViewChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the ViewMode changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
