# GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm" class="text-break">IRibbonForm Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the Ribbon Form which allows the Ribbon to display its items in the TitleBar area.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.html">GrapeCity.Spreadsheet.WinForms.Ribbon</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.WinForms.Ribbon.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IRibbonForm</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IRibbonForm</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm_OnExecuteCommand_System_Object_GrapeCity_Spreadsheet_WinForms_Ribbon_ExecuteCommandEventArgs_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm.OnExecuteCommand(System.Object,GrapeCity.Spreadsheet.WinForms.Ribbon.ExecuteCommandEventArgs)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm.OnExecuteCommand.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm_OnExecuteCommand_System_Object_GrapeCity_Spreadsheet_WinForms_Ribbon_ExecuteCommandEventArgs_">OnExecuteCommand(object, ExecuteCommandEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the specified command in ribbon bar should be executed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm_OnExecuteCommandCompleted_System_Object_GrapeCity_Spreadsheet_WinForms_Ribbon_ExecuteCommandEventArgs_" data-uid="GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm.OnExecuteCommandCompleted(System.Object,GrapeCity.Spreadsheet.WinForms.Ribbon.ExecuteCommandEventArgs)">
          <a class="xref" href="GrapeCity.Spreadsheet.WinForms.Ribbon.IRibbonForm.OnExecuteCommandCompleted.html#GrapeCity_Spreadsheet_WinForms_Ribbon_IRibbonForm_OnExecuteCommandCompleted_System_Object_GrapeCity_Spreadsheet_WinForms_Ribbon_ExecuteCommandEventArgs_">OnExecuteCommandCompleted(object, ExecuteCommandEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the specified command in ribbon bar executed</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
