# FarPoint.Win.FpCheckBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_FpCheckBox" data-uid="FarPoint.Win.FpCheckBox" class="text-break">FpCheckBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a FarPoint check box 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"><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"><span class="xref">FpCheckBox</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="FarPoint.Win.html">FarPoint.Win</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.dll</h6>
  <h5 id="FarPoint_Win_FpCheckBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpCheckBox : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpCheckBox
    Inherits Control
    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="FarPoint_Win_FpCheckBox__ctor" data-uid="FarPoint.Win.FpCheckBox.#ctor">
          <a class="xref" href="FarPoint.Win.FpCheckBox.-ctor.html#FarPoint_Win_FpCheckBox__ctor">FpCheckBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new FarPoint check box control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DEFAULT_PICTURE_HEIGHT" data-uid="FarPoint.Win.FpCheckBox.DEFAULT_PICTURE_HEIGHT">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DEFAULT_PICTURE_HEIGHT.html">DEFAULT_PICTURE_HEIGHT</a>
        </td>
        <td class="markdown level1 summary"><p>Default check box picture height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DEFAULT_PICTURE_WIDTH" data-uid="FarPoint.Win.FpCheckBox.DEFAULT_PICTURE_WIDTH">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DEFAULT_PICTURE_WIDTH.html">DEFAULT_PICTURE_WIDTH</a>
        </td>
        <td class="markdown level1 summary"><p>Default check box picture width.</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="FarPoint_Win_FpCheckBox_AutoCheck" data-uid="FarPoint.Win.FpCheckBox.AutoCheck">
          <a class="xref" href="FarPoint.Win.FpCheckBox.AutoCheck.html#FarPoint_Win_FpCheckBox_AutoCheck">AutoCheck</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can toggle the state of the check box control<br>
by clicking the control or by pressing the spacebar when the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_BackgroundImage" data-uid="FarPoint.Win.FpCheckBox.BackgroundImage">
          <a class="xref" href="FarPoint.Win.FpCheckBox.BackgroundImage.html#FarPoint_Win_FpCheckBox_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the picture to use as the background image of the check box control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_Caption" data-uid="FarPoint.Win.FpCheckBox.Caption">
          <a class="xref" href="FarPoint.Win.FpCheckBox.Caption.html#FarPoint_Win_FpCheckBox_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default text displayed in the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_CheckState" data-uid="FarPoint.Win.FpCheckBox.CheckState">
          <a class="xref" href="FarPoint.Win.FpCheckBox.CheckState.html#FarPoint_Win_FpCheckBox_CheckState">CheckState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the state of the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_Checked" data-uid="FarPoint.Win.FpCheckBox.Checked">
          <a class="xref" href="FarPoint.Win.FpCheckBox.Checked.html#FarPoint_Win_FpCheckBox_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the check box is checked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_FocusRectangle" data-uid="FarPoint.Win.FpCheckBox.FocusRectangle">
          <a class="xref" href="FarPoint.Win.FpCheckBox.FocusRectangle.html#FarPoint_Win_FpCheckBox_FocusRectangle">FocusRectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether focus rectangle is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_HotkeyPrefix" data-uid="FarPoint.Win.FpCheckBox.HotkeyPrefix">
          <a class="xref" href="FarPoint.Win.FpCheckBox.HotkeyPrefix.html#FarPoint_Win_FpCheckBox_HotkeyPrefix">HotkeyPrefix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ampersand character underlines text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_Picture" data-uid="FarPoint.Win.FpCheckBox.Picture">
          <a class="xref" href="FarPoint.Win.FpCheckBox.Picture.html#FarPoint_Win_FpCheckBox_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the array of pictures to use as the check box image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_PictureAlignH" data-uid="FarPoint.Win.FpCheckBox.PictureAlignH">
          <a class="xref" href="FarPoint.Win.FpCheckBox.PictureAlignH.html#FarPoint_Win_FpCheckBox_PictureAlignH">PictureAlignH</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the check box picture in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_PictureAlignV" data-uid="FarPoint.Win.FpCheckBox.PictureAlignV">
          <a class="xref" href="FarPoint.Win.FpCheckBox.PictureAlignV.html#FarPoint_Win_FpCheckBox_PictureAlignV">PictureAlignV</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the check box picture in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_PictureHeight" data-uid="FarPoint.Win.FpCheckBox.PictureHeight">
          <a class="xref" href="FarPoint.Win.FpCheckBox.PictureHeight.html#FarPoint_Win_FpCheckBox_PictureHeight">PictureHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the check box picture in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_PictureWidth" data-uid="FarPoint.Win.FpCheckBox.PictureWidth">
          <a class="xref" href="FarPoint.Win.FpCheckBox.PictureWidth.html#FarPoint_Win_FpCheckBox_PictureWidth">PictureWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the check box picture in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_TextAlign" data-uid="FarPoint.Win.FpCheckBox.TextAlign">
          <a class="xref" href="FarPoint.Win.FpCheckBox.TextAlign.html#FarPoint_Win_FpCheckBox_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the text relative to the picture in the check box control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_TextFalse" data-uid="FarPoint.Win.FpCheckBox.TextFalse">
          <a class="xref" href="FarPoint.Win.FpCheckBox.TextFalse.html#FarPoint_Win_FpCheckBox_TextFalse">TextFalse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed when the state of the check box control is false.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_TextIndeterminate" data-uid="FarPoint.Win.FpCheckBox.TextIndeterminate">
          <a class="xref" href="FarPoint.Win.FpCheckBox.TextIndeterminate.html#FarPoint_Win_FpCheckBox_TextIndeterminate">TextIndeterminate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed when the state of the check box control is indeterminate.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_TextTrue" data-uid="FarPoint.Win.FpCheckBox.TextTrue">
          <a class="xref" href="FarPoint.Win.FpCheckBox.TextTrue.html#FarPoint_Win_FpCheckBox_TextTrue">TextTrue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text displayed when the state of the check box control is true.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_ThreeState" data-uid="FarPoint.Win.FpCheckBox.ThreeState">
          <a class="xref" href="FarPoint.Win.FpCheckBox.ThreeState.html#FarPoint_Win_FpCheckBox_ThreeState">ThreeState</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the check box control has a third state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_Value" data-uid="FarPoint.Win.FpCheckBox.Value">
          <a class="xref" href="FarPoint.Win.FpCheckBox.Value.html#FarPoint_Win_FpCheckBox_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the check box control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_VisualStyles" data-uid="FarPoint.Win.FpCheckBox.VisualStyles">
          <a class="xref" href="FarPoint.Win.FpCheckBox.VisualStyles.html#FarPoint_Win_FpCheckBox_VisualStyles">VisualStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to use visual styles.</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_FpCheckBox_AdjustStringFormat_System_Drawing_StringFormat__" data-uid="FarPoint.Win.FpCheckBox.AdjustStringFormat(System.Drawing.StringFormat@)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.AdjustStringFormat.html#FarPoint_Win_FpCheckBox_AdjustStringFormat_System_Drawing_StringFormat__">AdjustStringFormat(ref StringFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Adjusts the format.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_FarPoint_Win_FocusRectangle_System_Boolean_System_Single_System_Boolean_" data-uid="FarPoint.Win.FpCheckBox.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.CheckValue,System.Boolean,System.Drawing.Font,System.String,System.String,System.String,System.String,FarPoint.Win.ButtonTextAlign,FarPoint.Win.CheckBoxPicture,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Drawing.StringFormat,System.Boolean,System.Int32,System.Int32,FarPoint.Win.VisualStyles,System.Boolean,FarPoint.Win.FocusRectangle,System.Boolean,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DoPaint.html#FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_FarPoint_Win_FocusRectangle_System_Boolean_System_Single_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, HorizontalAlignment, VerticalAlignment, CheckValue, bool, Font, string, string, string, string, ButtonTextAlign, CheckBoxPicture, bool, bool, bool, Picture, StringFormat, bool, int, int, VisualStyles, bool, FocusRectangle, bool, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_FarPoint_Win_FocusRectangle_System_Single_System_Boolean_" data-uid="FarPoint.Win.FpCheckBox.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.CheckValue,System.Boolean,System.Drawing.Font,System.String,System.String,System.String,System.String,FarPoint.Win.ButtonTextAlign,FarPoint.Win.CheckBoxPicture,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Drawing.StringFormat,System.Boolean,System.Int32,System.Int32,FarPoint.Win.VisualStyles,System.Boolean,FarPoint.Win.FocusRectangle,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DoPaint.html#FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_FarPoint_Win_FocusRectangle_System_Single_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, HorizontalAlignment, VerticalAlignment, CheckValue, bool, Font, string, string, string, string, ButtonTextAlign, CheckBoxPicture, bool, bool, bool, Picture, StringFormat, bool, int, int, VisualStyles, bool, FocusRectangle, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Single_System_Boolean_" data-uid="FarPoint.Win.FpCheckBox.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.CheckValue,System.Boolean,System.Drawing.Font,System.String,System.String,System.String,System.String,FarPoint.Win.ButtonTextAlign,FarPoint.Win.CheckBoxPicture,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Drawing.StringFormat,System.Boolean,System.Int32,System.Int32,FarPoint.Win.VisualStyles,System.Boolean,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DoPaint.html#FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Single_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, HorizontalAlignment, VerticalAlignment, CheckValue, bool, Font, string, string, string, string, ButtonTextAlign, CheckBoxPicture, bool, bool, bool, Picture, StringFormat, bool, int, int, VisualStyles, bool, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Single_System_Boolean_" data-uid="FarPoint.Win.FpCheckBox.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.CheckValue,System.Boolean,System.Drawing.Font,System.String,System.String,System.String,System.String,FarPoint.Win.ButtonTextAlign,FarPoint.Win.CheckBoxPicture,System.Boolean,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Drawing.StringFormat,System.Boolean,System.Single,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.DoPaint.html#FarPoint_Win_FpCheckBox_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_CheckValue_System_Boolean_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_ButtonTextAlign_FarPoint_Win_CheckBoxPicture_System_Boolean_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Drawing_StringFormat_System_Boolean_System_Single_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, HorizontalAlignment, VerticalAlignment, CheckValue, bool, Font, string, string, string, string, ButtonTextAlign, CheckBoxPicture, bool, bool, bool, Picture, StringFormat, bool, float, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the check box with the default picture height and width.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_System_Object_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_CheckBoxPicture_FarPoint_Win_ButtonTextAlign_System_Boolean_System_Boolean_System_Drawing_Text_HotkeyPrefix_" data-uid="FarPoint.Win.FpCheckBox.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,System.Object,System.Drawing.Font,System.String,System.String,System.String,System.String,FarPoint.Win.CheckBoxPicture,FarPoint.Win.ButtonTextAlign,System.Boolean,System.Boolean,System.Drawing.Text.HotkeyPrefix)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.GetPreferredSize.html#FarPoint_Win_FpCheckBox_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_System_Object_System_Drawing_Font_System_String_System_String_System_String_System_String_FarPoint_Win_CheckBoxPicture_FarPoint_Win_ButtonTextAlign_System_Boolean_System_Boolean_System_Drawing_Text_HotkeyPrefix_">GetPreferredSize(Graphics, Size, object, Font, string, string, string, string, CheckBoxPicture, ButtonTextAlign, bool, bool, HotkeyPrefix)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the height and width to display the text and picture in the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnAfterFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnAfterFocus.html#FarPoint_Win_FpCheckBox_OnAfterFocus_System_EventArgs_">OnAfterFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnBackgroundImageChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnBackgroundImageChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnBackgroundImageChanged.html#FarPoint_Win_FpCheckBox_OnBackgroundImageChanged_System_Object_System_EventArgs_">OnBackgroundImageChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the background picture changes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnCheckStateChanged_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnCheckStateChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnCheckStateChanged.html#FarPoint_Win_FpCheckBox_OnCheckStateChanged_System_EventArgs_">OnCheckStateChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the CheckStateChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnCheckedChanged_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnCheckedChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnCheckedChanged.html#FarPoint_Win_FpCheckBox_OnCheckedChanged_System_EventArgs_">OnCheckedChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the CheckedChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnGotFocus.html#FarPoint_Win_FpCheckBox_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles got focus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnKeyDown.html#FarPoint_Win_FpCheckBox_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles key down event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnKeyUp.html#FarPoint_Win_FpCheckBox_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles key up event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnLostFocus_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnLostFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnLostFocus.html#FarPoint_Win_FpCheckBox_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles focus lost event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnMouseDown.html#FarPoint_Win_FpCheckBox_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse down event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnMouseEnter_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnMouseEnter.html#FarPoint_Win_FpCheckBox_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse enter event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnMouseLeave_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnMouseLeave.html#FarPoint_Win_FpCheckBox_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse leave event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnMouseMove.html#FarPoint_Win_FpCheckBox_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse move event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnMouseUp.html#FarPoint_Win_FpCheckBox_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles mouse up event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnPaint.html#FarPoint_Win_FpCheckBox_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the check box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnPaintBackground.html#FarPoint_Win_FpCheckBox_OnPaintBackground_System_Windows_Forms_PaintEventArgs_">OnPaintBackground(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the background.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_OnThemeChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpCheckBox.OnThemeChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpCheckBox.OnThemeChanged.html#FarPoint_Win_FpCheckBox_OnThemeChanged_System_Object_System_EventArgs_">OnThemeChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the ThemeChanged event for the VisualStyleTheme</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_ResetCaption" data-uid="FarPoint.Win.FpCheckBox.ResetCaption">
          <a class="xref" href="FarPoint.Win.FpCheckBox.ResetCaption.html#FarPoint_Win_FpCheckBox_ResetCaption">ResetCaption()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text for the check box to its default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_ResetTextFalse" data-uid="FarPoint.Win.FpCheckBox.ResetTextFalse">
          <a class="xref" href="FarPoint.Win.FpCheckBox.ResetTextFalse.html#FarPoint_Win_FpCheckBox_ResetTextFalse">ResetTextFalse()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text for the false state of the check box to its default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_ResetTextIndeterminate" data-uid="FarPoint.Win.FpCheckBox.ResetTextIndeterminate">
          <a class="xref" href="FarPoint.Win.FpCheckBox.ResetTextIndeterminate.html#FarPoint_Win_FpCheckBox_ResetTextIndeterminate">ResetTextIndeterminate()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text for the indeterminate state of the check box to its default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_ResetTextTrue" data-uid="FarPoint.Win.FpCheckBox.ResetTextTrue">
          <a class="xref" href="FarPoint.Win.FpCheckBox.ResetTextTrue.html#FarPoint_Win_FpCheckBox_ResetTextTrue">ResetTextTrue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text for the true state of the check box to its default setting.</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="FarPoint_Win_FpCheckBox_AfterFocus" data-uid="FarPoint.Win.FpCheckBox.AfterFocus">
          <a class="xref" href="FarPoint.Win.FpCheckBox.AfterFocus.html">AfterFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the control receives focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_CheckChanged" data-uid="FarPoint.Win.FpCheckBox.CheckChanged">
          <a class="xref" href="FarPoint.Win.FpCheckBox.CheckChanged.html">CheckChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the check state of the control has changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpCheckBox_CheckStateChanged" data-uid="FarPoint.Win.FpCheckBox.CheckStateChanged">
          <a class="xref" href="FarPoint.Win.FpCheckBox.CheckStateChanged.html">CheckStateChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the check state of the control is changing.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
