# C1.Win.Command.C1OutPage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Command_C1OutPage" data-uid="C1.Win.Command.C1OutPage" class="text-break">C1OutPage Class
</h1>
  <div class="markdown level0 summary"><p>Represents a single page in a C1OutBar.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.panel">Panel</a></div>
    <div class="level6"><span class="xref">C1OutPage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Command.html">C1.Win.Command</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Command.4.8.dll</h6>
  <h5 id="C1_Win_Command_C1OutPage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1OutPage : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1OutPage
    Inherits Panel
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</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_Command_C1OutPage__ctor" data-uid="C1.Win.Command.C1OutPage.#ctor">
          <a class="xref" href="C1.Win.Command.C1OutPage.-ctor.html#C1_Win_Command_C1OutPage__ctor">C1OutPage()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the C1OutPage class.</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_Command_C1OutPage_BackColor" data-uid="C1.Win.Command.C1OutPage.BackColor">
          <a class="xref" href="C1.Win.Command.C1OutPage.BackColor.html#C1_Win_Command_C1OutPage_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_CaptionBounds" data-uid="C1.Win.Command.C1OutPage.CaptionBounds">
          <a class="xref" href="C1.Win.Command.C1OutPage.CaptionBounds.html#C1_Win_Command_C1OutPage_CaptionBounds">CaptionBounds</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the caption bounds of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_Image" data-uid="C1.Win.Command.C1OutPage.Image">
          <a class="xref" href="C1.Win.Command.C1OutPage.Image.html#C1_Win_Command_C1OutPage_Image">Image</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the page image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ImageIndex" data-uid="C1.Win.Command.C1OutPage.ImageIndex">
          <a class="xref" href="C1.Win.Command.C1OutPage.ImageIndex.html#C1_Win_Command_C1OutPage_ImageIndex">ImageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the page image in the outbar's ImageList.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_IsHot" data-uid="C1.Win.Command.C1OutPage.IsHot">
          <a class="xref" href="C1.Win.Command.C1OutPage.IsHot.html#C1_Win_Command_C1OutPage_IsHot">IsHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the mouse pointer is located over caption area of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_IsSelected" data-uid="C1.Win.Command.C1OutPage.IsSelected">
          <a class="xref" href="C1.Win.Command.C1OutPage.IsSelected.html#C1_Win_Command_C1OutPage_IsSelected">IsSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the page is currently selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OwnerDraw" data-uid="C1.Win.Command.C1OutPage.OwnerDraw">
          <a class="xref" href="C1.Win.Command.C1OutPage.OwnerDraw.html#C1_Win_Command_C1OutPage_OwnerDraw">OwnerDraw</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the title of this page is owner-drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_PageVisible" data-uid="C1.Win.Command.C1OutPage.PageVisible">
          <a class="xref" href="C1.Win.Command.C1OutPage.PageVisible.html#C1_Win_Command_C1OutPage_PageVisible">PageVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the page is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_Pressed" data-uid="C1.Win.Command.C1OutPage.Pressed">
          <a class="xref" href="C1.Win.Command.C1OutPage.Pressed.html#C1_Win_Command_C1OutPage_Pressed">Pressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the pressed state of the page caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_Text" data-uid="C1.Win.Command.C1OutPage.Text">
          <a class="xref" href="C1.Win.Command.C1OutPage.Text.html#C1_Win_Command_C1OutPage_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption of the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ToolTipText" data-uid="C1.Win.Command.C1OutPage.ToolTipText">
          <a class="xref" href="C1.Win.Command.C1OutPage.ToolTipText.html#C1_Win_Command_C1OutPage_ToolTipText">ToolTipText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip text for the page.</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_Command_C1OutPage_CreateControlsInstance" data-uid="C1.Win.Command.C1OutPage.CreateControlsInstance">
          <a class="xref" href="C1.Win.Command.C1OutPage.CreateControlsInstance.html#C1_Win_Command_C1OutPage_CreateControlsInstance">CreateControlsInstance()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OnEnabledChanged_System_EventArgs_" data-uid="C1.Win.Command.C1OutPage.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1OutPage.OnEnabledChanged.html#C1_Win_Command_C1OutPage_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OnPageVisibleChanged_System_EventArgs_" data-uid="C1.Win.Command.C1OutPage.OnPageVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1OutPage.OnPageVisibleChanged.html#C1_Win_Command_C1OutPage_OnPageVisibleChanged_System_EventArgs_">OnPageVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.Command.C1OutPage.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.Command.C1OutPage.OnPaintBackground.html#C1_Win_Command_C1OutPage_OnPaintBackground_System_Windows_Forms_PaintEventArgs_">OnPaintBackground(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OnParentChanged_System_EventArgs_" data-uid="C1.Win.Command.C1OutPage.OnParentChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1OutPage.OnParentChanged.html#C1_Win_Command_C1OutPage_OnParentChanged_System_EventArgs_">OnParentChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_OnToolTipTextChanged_System_EventArgs_" data-uid="C1.Win.Command.C1OutPage.OnToolTipTextChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.Command.C1OutPage.OnToolTipTextChanged.html#C1_Win_Command_C1OutPage_OnToolTipTextChanged_System_EventArgs_">OnToolTipTextChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ResetBackColor" data-uid="C1.Win.Command.C1OutPage.ResetBackColor">
          <a class="xref" href="C1.Win.Command.C1OutPage.ResetBackColor.html#C1_Win_Command_C1OutPage_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the BackColor property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ResetImage" data-uid="C1.Win.Command.C1OutPage.ResetImage">
          <a class="xref" href="C1.Win.Command.C1OutPage.ResetImage.html#C1_Win_Command_C1OutPage_ResetImage">ResetImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_SetVisibleCore_System_Boolean_" data-uid="C1.Win.Command.C1OutPage.SetVisibleCore(System.Boolean)">
          <a class="xref" href="C1.Win.Command.C1OutPage.SetVisibleCore.html#C1_Win_Command_C1OutPage_SetVisibleCore_System_Boolean_">SetVisibleCore(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ShouldSerializeBackColor" data-uid="C1.Win.Command.C1OutPage.ShouldSerializeBackColor">
          <a class="xref" href="C1.Win.Command.C1OutPage.ShouldSerializeBackColor.html#C1_Win_Command_C1OutPage_ShouldSerializeBackColor">ShouldSerializeBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ShouldSerializeImage" data-uid="C1.Win.Command.C1OutPage.ShouldSerializeImage">
          <a class="xref" href="C1.Win.Command.C1OutPage.ShouldSerializeImage.html#C1_Win_Command_C1OutPage_ShouldSerializeImage">ShouldSerializeImage()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is for internal use only.</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_Command_C1OutPage_PageVisibleChanged" data-uid="C1.Win.Command.C1OutPage.PageVisibleChanged">
          <a class="xref" href="C1.Win.Command.C1OutPage.PageVisibleChanged.html">PageVisibleChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the PageVisible property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Command_C1OutPage_ToolTipTextChanged" data-uid="C1.Win.Command.C1OutPage.ToolTipTextChanged">
          <a class="xref" href="C1.Win.Command.C1OutPage.ToolTipTextChanged.html">ToolTipTextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the tooltip text changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
