# FarPoint.Win.Spread.Dialogs.MoreColors

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Dialogs_MoreColors" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors" class="text-break">MoreColors Class
</h1>
  <div class="markdown level0 summary"><p>Represents a dialog to get ARGB color.</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.containercontrol">ContainerControl</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
    <div class="level7"><span class="xref">MoreColors</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Dialogs.html">FarPoint.Win.Spread.Dialogs</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Dialogs_MoreColors_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MoreColors : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MoreColors
    Inherits Form
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl</code></pre>
  </div>
  <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="FarPoint_Win_Spread_Dialogs_MoreColors_Color" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.Color">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.Color.html#FarPoint_Win_Spread_Dialogs_MoreColors_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current selected color.</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="FarPoint_Win_Spread_Dialogs_MoreColors_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.Dispose.html#FarPoint_Win_Spread_Dialogs_MoreColors_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="FarPoint_Win_Spread_Dialogs_MoreColors_IsInputKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.IsInputKey.html#FarPoint_Win_Spread_Dialogs_MoreColors_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is an input key or a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Dialogs_MoreColors_OnShown_System_EventArgs_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.OnShown(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.OnShown.html#FarPoint_Win_Spread_Dialogs_MoreColors_OnShown_System_EventArgs_">OnShown(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Form.Shown event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Dialogs_MoreColors_OnSizeChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.OnSizeChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.OnSizeChanged.html#FarPoint_Win_Spread_Dialogs_MoreColors_OnSizeChanged_System_EventArgs_">OnSizeChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Dialogs_MoreColors_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.ProcessCmdKey.html#FarPoint_Win_Spread_Dialogs_MoreColors_ProcessCmdKey_System_Windows_Forms_Message__System_Windows_Forms_Keys_">ProcessCmdKey(ref Message, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a command key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Dialogs_MoreColors_ProcessDialogKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.ProcessDialogKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.ProcessDialogKey.html#FarPoint_Win_Spread_Dialogs_MoreColors_ProcessDialogKey_System_Windows_Forms_Keys_">ProcessDialogKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a dialog key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Dialogs_MoreColors_ShowDialog_System_Windows_Forms_IWin32Window_" data-uid="FarPoint.Win.Spread.Dialogs.MoreColors.ShowDialog(System.Windows.Forms.IWin32Window)">
          <a class="xref" href="FarPoint.Win.Spread.Dialogs.MoreColors.ShowDialog.html#FarPoint_Win_Spread_Dialogs_MoreColors_ShowDialog_System_Windows_Forms_IWin32Window_">ShowDialog(IWin32Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the form as a modal dialog box with the specified owner.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
