# FarPoint.Win.FpMultiOption

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_FpMultiOption" data-uid="FarPoint.Win.FpMultiOption" class="text-break">FpMultiOption Class
</h1>
  <div class="markdown level0 summary"><p>Represents the FarPoint button control with multiple options.</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="FarPoint.Win.ControlBase.html">ControlBase</a></div>
    <div class="level5"><span class="xref">FpMultiOption</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_FpMultiOption_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FpMultiOption : ControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FpMultiOption
    Inherits ControlBase
    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_FpMultiOption__ctor" data-uid="FarPoint.Win.FpMultiOption.#ctor">
          <a class="xref" href="FarPoint.Win.FpMultiOption.-ctor.html#FarPoint_Win_FpMultiOption__ctor">FpMultiOption()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new multiple option button 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_FpMultiOption_DEFAULT_PICTURE_HEIGHT" data-uid="FarPoint.Win.FpMultiOption.DEFAULT_PICTURE_HEIGHT">
          <a class="xref" href="FarPoint.Win.FpMultiOption.DEFAULT_PICTURE_HEIGHT.html">DEFAULT_PICTURE_HEIGHT</a>
        </td>
        <td class="markdown level1 summary"><p>Default picture (image) height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_DEFAULT_PICTURE_WIDTH" data-uid="FarPoint.Win.FpMultiOption.DEFAULT_PICTURE_WIDTH">
          <a class="xref" href="FarPoint.Win.FpMultiOption.DEFAULT_PICTURE_WIDTH.html">DEFAULT_PICTURE_WIDTH</a>
        </td>
        <td class="markdown level1 summary"><p>Default picture (image) 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_FpMultiOption_BackgroundImage" data-uid="FarPoint.Win.FpMultiOption.BackgroundImage">
          <a class="xref" href="FarPoint.Win.FpMultiOption.BackgroundImage.html#FarPoint_Win_FpMultiOption_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image to use for the options button control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_Compact" data-uid="FarPoint.Win.FpMultiOption.Compact">
          <a class="xref" href="FarPoint.Win.FpMultiOption.Compact.html#FarPoint_Win_FpMultiOption_Compact">Compact</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Sets the Compact of the mutil option cellType.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_HorizontalAlignment" data-uid="FarPoint.Win.FpMultiOption.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.FpMultiOption.HorizontalAlignment.html#FarPoint_Win_FpMultiOption_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the option buttons are aligned horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_ItemData" data-uid="FarPoint.Win.FpMultiOption.ItemData">
          <a class="xref" href="FarPoint.Win.FpMultiOption.ItemData.html#FarPoint_Win_FpMultiOption_ItemData">ItemData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the item data list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_List" data-uid="FarPoint.Win.FpMultiOption.List">
          <a class="xref" href="FarPoint.Win.FpMultiOption.List.html#FarPoint_Win_FpMultiOption_List">List</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of the individual option buttons.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_Orientation" data-uid="FarPoint.Win.FpMultiOption.Orientation">
          <a class="xref" href="FarPoint.Win.FpMultiOption.Orientation.html#FarPoint_Win_FpMultiOption_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the multiple option buttons are oriented.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_Picture" data-uid="FarPoint.Win.FpMultiOption.Picture">
          <a class="xref" href="FarPoint.Win.FpMultiOption.Picture.html#FarPoint_Win_FpMultiOption_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pictures used for the different states of the option buttons.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_PictureHeight" data-uid="FarPoint.Win.FpMultiOption.PictureHeight">
          <a class="xref" href="FarPoint.Win.FpMultiOption.PictureHeight.html#FarPoint_Win_FpMultiOption_PictureHeight">PictureHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the picture (image) in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_PictureWidth" data-uid="FarPoint.Win.FpMultiOption.PictureWidth">
          <a class="xref" href="FarPoint.Win.FpMultiOption.PictureWidth.html#FarPoint_Win_FpMultiOption_PictureWidth">PictureWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the picture (image) in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_TextAlign" data-uid="FarPoint.Win.FpMultiOption.TextAlign">
          <a class="xref" href="FarPoint.Win.FpMultiOption.TextAlign.html#FarPoint_Win_FpMultiOption_TextAlign">TextAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how text is aligned relative to the picture.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_UseMnemonic" data-uid="FarPoint.Win.FpMultiOption.UseMnemonic">
          <a class="xref" href="FarPoint.Win.FpMultiOption.UseMnemonic.html#FarPoint_Win_FpMultiOption_UseMnemonic">UseMnemonic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether special (shortcut) keys can be used to select items.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_Value" data-uid="FarPoint.Win.FpMultiOption.Value">
          <a class="xref" href="FarPoint.Win.FpMultiOption.Value.html#FarPoint_Win_FpMultiOption_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the currently selected option from the multiple option buttons.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_VerticalAlignment" data-uid="FarPoint.Win.FpMultiOption.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.FpMultiOption.VerticalAlignment.html#FarPoint_Win_FpMultiOption_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the option buttons are aligned vertically.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_VisualStyles" data-uid="FarPoint.Win.FpMultiOption.VisualStyles">
          <a class="xref" href="FarPoint.Win.FpMultiOption.VisualStyles.html#FarPoint_Win_FpMultiOption_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_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.FpMultiOption.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.ButtonTextAlign,FarPoint.Win.RadioOrientation,FarPoint.Win.RadioPicture,System.Collections.ArrayList,System.Int32,System.Int32,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.DoPaint.html#FarPoint_Win_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ButtonTextAlign, RadioOrientation, RadioPicture, ArrayList, int, int, bool, bool, Picture, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the multiple options buttons with default width and height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Int32_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.FpMultiOption.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.ButtonTextAlign,FarPoint.Win.RadioOrientation,FarPoint.Win.RadioPicture,System.Collections.ArrayList,System.Int32,System.Int32,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Boolean,System.Int32,System.Int32,System.Int32,FarPoint.Win.VisualStyles,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.DoPaint.html#FarPoint_Win_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Int32_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ButtonTextAlign, RadioOrientation, RadioPicture, ArrayList, int, int, bool, bool, Picture, bool, int, int, int, VisualStyles, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the multiple options buttons.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Int32_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.FpMultiOption.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,FarPoint.Win.ButtonTextAlign,FarPoint.Win.RadioOrientation,FarPoint.Win.RadioPicture,System.Collections.ArrayList,System.Int32,System.Int32,System.Boolean,System.Boolean,FarPoint.Win.Picture,System.Boolean,System.Int32,System.Int32,System.Int32,FarPoint.Win.VisualStyles,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.DoPaint.html#FarPoint_Win_FpMultiOption_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_System_Boolean_FarPoint_Win_Picture_System_Boolean_System_Int32_System_Int32_System_Int32_FarPoint_Win_VisualStyles_System_Boolean_System_Boolean_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ButtonTextAlign, RadioOrientation, RadioPicture, ArrayList, int, int, bool, bool, Picture, bool, int, int, int, VisualStyles, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the multiple options buttons.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Font_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_" data-uid="FarPoint.Win.FpMultiOption.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Font,FarPoint.Win.ButtonTextAlign,FarPoint.Win.RadioOrientation,FarPoint.Win.RadioPicture,System.Collections.ArrayList)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.GetPreferredSize.html#FarPoint_Win_FpMultiOption_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Font_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_">GetPreferredSize(Graphics, Font, ButtonTextAlign, RadioOrientation, RadioPicture, ArrayList)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the height and width required to display the text and picture
(of the option buttons) in the control with default width and height.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Font_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.FpMultiOption.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Font,FarPoint.Win.ButtonTextAlign,FarPoint.Win.RadioOrientation,FarPoint.Win.RadioPicture,System.Collections.ArrayList,System.Int32,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.GetPreferredSize.html#FarPoint_Win_FpMultiOption_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Font_FarPoint_Win_ButtonTextAlign_FarPoint_Win_RadioOrientation_FarPoint_Win_RadioPicture_System_Collections_ArrayList_System_Int32_System_Int32_System_Boolean_">GetPreferredSize(Graphics, Font, ButtonTextAlign, RadioOrientation, RadioPicture, ArrayList, int, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Calculates the height and width required to display the text and picture
(of the option buttons) in the control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_IsInputChar_System_Char_" data-uid="FarPoint.Win.FpMultiOption.IsInputChar(System.Char)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.IsInputChar.html#FarPoint_Win_FpMultiOption_IsInputChar_System_Char_">IsInputChar(char)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the input is character.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnAfterFocus_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnAfterFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnAfterFocus.html#FarPoint_Win_FpMultiOption_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_FpMultiOption_OnBackgroundImageChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnBackgroundImageChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnBackgroundImageChanged.html#FarPoint_Win_FpMultiOption_OnBackgroundImageChanged_System_Object_System_EventArgs_">OnBackgroundImageChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs if the background picture changes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnGotFocus_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnGotFocus(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnGotFocus.html#FarPoint_Win_FpMultiOption_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the System.Windows.Forms.Control.GotFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnKeyUp.html#FarPoint_Win_FpMultiOption_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the key up event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnMouseDown.html#FarPoint_Win_FpMultiOption_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the mouse down event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnMouseLeave_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnMouseLeave.html#FarPoint_Win_FpMultiOption_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the mouse leave event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnMouseMove.html#FarPoint_Win_FpMultiOption_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the mouse move event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnMouseUp.html#FarPoint_Win_FpMultiOption_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the mouse up event</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnPaint.html#FarPoint_Win_FpMultiOption_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Handles the paint event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_FpMultiOption_OnPaintBackground_System_Windows_Forms_PaintEventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnPaintBackground.html#FarPoint_Win_FpMultiOption_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_FpMultiOption_OnThemeChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnThemeChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnThemeChanged.html#FarPoint_Win_FpMultiOption_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_FpMultiOption_OnValueChanged_System_EventArgs_" data-uid="FarPoint.Win.FpMultiOption.OnValueChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.FpMultiOption.OnValueChanged.html#FarPoint_Win_FpMultiOption_OnValueChanged_System_EventArgs_">OnValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ValueChanged event.</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_FpMultiOption_AfterFocus" data-uid="FarPoint.Win.FpMultiOption.AfterFocus">
          <a class="xref" href="FarPoint.Win.FpMultiOption.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_FpMultiOption_ValueChanged" data-uid="FarPoint.Win.FpMultiOption.ValueChanged">
          <a class="xref" href="FarPoint.Win.FpMultiOption.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user selects a different option (the value changes).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
