# C1.Framework.XView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_XView" data-uid="C1.Framework.XView" class="text-break">XView Class
</h1>
  <div class="markdown level0 summary"><p>Control that hosts X elements.</p>
<p>The control has an <span class="xref">C1.Framework.XView.Element</span> property that gets or
sets the element to be displayed.</p>
<p>The control is responsible for displaying the element, providing
scrolling, and routing mouse and keyboard events to the hosted element.</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="C1.Framework.ScrollableControl.html">ScrollableControl</a></div>
    <div class="level5"><span class="xref">XView</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="C1.Framework.IView.html">IView</a></div>
    <div><a class="xref" href="C1.Win.SuperTooltip.ISupportSuperTooltip.html">ISupportSuperTooltip</a></div>
    <div><a class="xref" href="C1.Win.Accessibility.ISupportUia.html">ISupportUia</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Framework.html">C1.Framework</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.10.dll</h6>
  <h5 id="C1_Framework_XView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XView : ScrollableControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportSuperTooltip, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XView
    Inherits ScrollableControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportSuperTooltip, ISupportUia</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_Framework_XView__ctor" data-uid="C1.Framework.XView.#ctor">
          <a class="xref" href="C1.Framework.XView.-ctor.html#C1_Framework_XView__ctor">XView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.XView.html">XView</a> control.</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_Framework_XView_FocusedElement" data-uid="C1.Framework.XView.FocusedElement">
          <a class="xref" href="C1.Framework.XView.FocusedElement.html#C1_Framework_XView_FocusedElement">FocusedElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element that has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_ShowToolTips" data-uid="C1.Framework.XView.ShowToolTips">
          <a class="xref" href="C1.Framework.XView.ShowToolTips.html#C1_Framework_XView_ShowToolTips">ShowToolTips</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the <a class="xref" href="C1.Framework.XView.html">XView</a> should display tooltips for elements that
implement the <a class="xref" href="C1.Framework.IToolTipElement.html">IToolTipElement</a> interface.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_SmoothingMode" data-uid="C1.Framework.XView.SmoothingMode">
          <a class="xref" href="C1.Framework.XView.SmoothingMode.html#C1_Framework_XView_SmoothingMode">SmoothingMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Framework.XView.SmoothingMode.html#C1_Framework_XView_SmoothingMode">SmoothingMode</a> value that controls anti-aliasing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_SuperTooltip" data-uid="C1.Framework.XView.SuperTooltip">
          <a class="xref" href="C1.Framework.XView.SuperTooltip.html#C1_Framework_XView_SuperTooltip">SuperTooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the external instance of C1SuperTooltip class used to display tooltips for inner elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_TextRenderingHint" data-uid="C1.Framework.XView.TextRenderingHint">
          <a class="xref" href="C1.Framework.XView.TextRenderingHint.html#C1_Framework_XView_TextRenderingHint">TextRenderingHint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Framework.XView.TextRenderingHint.html#C1_Framework_XView_TextRenderingHint">TextRenderingHint</a> that controls text rendering quality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_WrapElementFocus" data-uid="C1.Framework.XView.WrapElementFocus">
          <a class="xref" href="C1.Framework.XView.WrapElementFocus.html#C1_Framework_XView_WrapElementFocus">WrapElementFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Wraps focus when moving between elements.</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_Framework_XView_BeginUpdate" data-uid="C1.Framework.XView.BeginUpdate">
          <a class="xref" href="C1.Framework.XView.BeginUpdate.html#C1_Framework_XView_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends painting during long update operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_BuildScrollableRectangle_System_Int32_System_Int32_" data-uid="C1.Framework.XView.BuildScrollableRectangle(System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.XView.BuildScrollableRectangle.html#C1_Framework_XView_BuildScrollableRectangle_System_Int32_System_Int32_">BuildScrollableRectangle(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the scroll rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_CreateGraphics" data-uid="C1.Framework.XView.CreateGraphics">
          <a class="xref" href="C1.Framework.XView.CreateGraphics.html#C1_Framework_XView_CreateGraphics">CreateGraphics()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.graphics">Graphics</a> object for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_Dispose_System_Boolean_" data-uid="C1.Framework.XView.Dispose(System.Boolean)">
          <a class="xref" href="C1.Framework.XView.Dispose.html#C1_Framework_XView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all resources used by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_DrawFocusRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_" data-uid="C1.Framework.XView.DrawFocusRectangle(System.Drawing.Graphics,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.XView.DrawFocusRectangle.html#C1_Framework_XView_DrawFocusRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_">DrawFocusRectangle(Graphics, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws focus rectangle</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_EndUpdate" data-uid="C1.Framework.XView.EndUpdate">
          <a class="xref" href="C1.Framework.XView.EndUpdate.html#C1_Framework_XView_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores painting after long update operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_Focus_C1_Framework_Element_" data-uid="C1.Framework.XView.Focus(C1.Framework.Element)">
          <a class="xref" href="C1.Framework.XView.Focus.html#C1_Framework_XView_Focus_C1_Framework_Element_">Focus(Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Set the focus to a given element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_GetBounds_C1_Framework_Element_" data-uid="C1.Framework.XView.GetBounds(C1.Framework.Element)">
          <a class="xref" href="C1.Framework.XView.GetBounds.html#C1_Framework_XView_GetBounds_C1_Framework_Element_">GetBounds(Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle that contains a given element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_GetBounds_C1_Framework_Element_System_Boolean_System_Boolean_" data-uid="C1.Framework.XView.GetBounds(C1.Framework.Element,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.XView.GetBounds.html#C1_Framework_XView_GetBounds_C1_Framework_Element_System_Boolean_System_Boolean_">GetBounds(Element, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle that contains a given element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_GetDeviceDpi" data-uid="C1.Framework.XView.GetDeviceDpi">
          <a class="xref" href="C1.Framework.XView.GetDeviceDpi.html#C1_Framework_XView_GetDeviceDpi">GetDeviceDpi()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DPI value for the display device where the control is currently being displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_GetNextElement_C1_Framework_Element_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Framework.XView.GetNextElement(C1.Framework.Element,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.XView.GetNextElement.html#C1_Framework_XView_GetNextElement_C1_Framework_Element_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">GetNextElement(Element, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <span class="xref">C1.Framework.XView.Element</span> given a start <span class="xref">C1.Framework.XView.Element</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_GetToolTip_System_Windows_Forms_Control_" data-uid="C1.Framework.XView.GetToolTip(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Framework.XView.GetToolTip.html#C1_Framework_XView_GetToolTip_System_Windows_Forms_Control_">GetToolTip(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the rich tooltip text associated with the specified control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_HideToolTip" data-uid="C1.Framework.XView.HideToolTip">
          <a class="xref" href="C1.Framework.XView.HideToolTip.html#C1_Framework_XView_HideToolTip">HideToolTip()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides tooltip if it is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_HitTest" data-uid="C1.Framework.XView.HitTest">
          <a class="xref" href="C1.Framework.XView.HitTest.html#C1_Framework_XView_HitTest">HitTest()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hit-testable element under the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_HitTest_System_Drawing_Point_" data-uid="C1.Framework.XView.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Framework.XView.HitTest.html#C1_Framework_XView_HitTest_System_Drawing_Point_">HitTest(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hit-testable element at a given position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_IsInputKey_System_Windows_Forms_Control_System_Windows_Forms_Keys_" data-uid="C1.Framework.XView.IsInputKey(System.Windows.Forms.Control,System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Framework.XView.IsInputKey.html#C1_Framework_XView_IsInputKey_System_Windows_Forms_Control_System_Windows_Forms_Keys_">IsInputKey(Control, Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Internal version of IsInputKey that should be called by hosted controls in order to
allow the view to handle tab keys, arrows, etc.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Framework.XView.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Framework.XView.IsInputKey.html#C1_Framework_XView_IsInputKey_System_Windows_Forms_Keys_">IsInputKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key is a regular input key or
a special key that requires preprocessing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_IsMouseInsideXView" data-uid="C1.Framework.XView.IsMouseInsideXView">
          <a class="xref" href="C1.Framework.XView.IsMouseInsideXView.html#C1_Framework_XView_IsMouseInsideXView">IsMouseInsideXView()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the mouse pointer is inside the XView control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_LogicalToDeviceThickness_C1_Framework_Thickness_" data-uid="C1.Framework.XView.LogicalToDeviceThickness(C1.Framework.Thickness)">
          <a class="xref" href="C1.Framework.XView.LogicalToDeviceThickness.html#C1_Framework_XView_LogicalToDeviceThickness_C1_Framework_Thickness_">LogicalToDeviceThickness(Thickness)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a <a class="xref" href="C1.Framework.Thickness.html">Thickness</a> from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for left, right, top and bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_LogicalToDeviceUnits_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.Framework.XView.LogicalToDeviceUnits(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.XView.LogicalToDeviceUnits.html#C1_Framework_XView_LogicalToDeviceUnits_System_Int32_System_Int32_System_Int32_System_Int32_">LogicalToDeviceUnits(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Transforms a <a class="xref" href="C1.Framework.Thickness.html">Thickness</a> from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for left, right, top and bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnClick_System_EventArgs_" data-uid="C1.Framework.XView.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnClick.html#C1_Framework_XView_OnClick_System_EventArgs_">OnClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.click">Click</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnDoubleClick_System_EventArgs_" data-uid="C1.Framework.XView.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnDoubleClick.html#C1_Framework_XView_OnDoubleClick_System_EventArgs_">OnDoubleClick(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.doubleclick">DoubleClick</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnGotFocus_System_EventArgs_" data-uid="C1.Framework.XView.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnGotFocus.html#C1_Framework_XView_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.gotfocus">GotFocus</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnHandleDestroyed_System_EventArgs_" data-uid="C1.Framework.XView.OnHandleDestroyed(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnHandleDestroyed.html#C1_Framework_XView_OnHandleDestroyed_System_EventArgs_">OnHandleDestroyed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove hosted controls before disposing of the parent control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_" data-uid="C1.Framework.XView.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnInvalidated.html#C1_Framework_XView_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_">OnInvalidated(InvalidateEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Remove hosted controls that belong to elements which became invisible or
belong to a different control now.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.XView.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnKeyDown.html#C1_Framework_XView_OnKeyDown_System_Windows_Forms_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keydown">KeyDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Framework.XView.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnKeyPress.html#C1_Framework_XView_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_">OnKeyPress(KeyPressEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keypress">KeyPress</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.XView.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnKeyUp.html#C1_Framework_XView_OnKeyUp_System_Windows_Forms_KeyEventArgs_">OnKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keyup">KeyUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnLeave_System_EventArgs_" data-uid="C1.Framework.XView.OnLeave(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnLeave.html#C1_Framework_XView_OnLeave_System_EventArgs_">OnLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.leave">Leave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseDown.html#C1_Framework_XView_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousedown">MouseDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseEnter_System_EventArgs_" data-uid="C1.Framework.XView.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseEnter.html#C1_Framework_XView_OnMouseEnter_System_EventArgs_">OnMouseEnter(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseenter">MouseEnter</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseLeave_System_EventArgs_" data-uid="C1.Framework.XView.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseLeave.html#C1_Framework_XView_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseleave">MouseLeave</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XView.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseMove.html#C1_Framework_XView_OnMouseMove_System_Windows_Forms_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousemove">MouseMove</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XView.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseUp.html#C1_Framework_XView_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseup">MouseUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XView.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnMouseWheel.html#C1_Framework_XView_OnMouseWheel_System_Windows_Forms_MouseEventArgs_">OnMouseWheel(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousewheel">MouseWheel</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Framework.XView.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnPaint.html#C1_Framework_XView_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.paint">Paint</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnValidated_System_EventArgs_" data-uid="C1.Framework.XView.OnValidated(System.EventArgs)">
          <a class="xref" href="C1.Framework.XView.OnValidated.html#C1_Framework_XView_OnValidated_System_EventArgs_">OnValidated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.validated">Validated</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_OnValidating_System_ComponentModel_CancelEventArgs_" data-uid="C1.Framework.XView.OnValidating(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Framework.XView.OnValidating.html#C1_Framework_XView_OnValidating_System_ComponentModel_CancelEventArgs_">OnValidating(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.validating">Validating</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_RescaleConstantsForDpi_System_Int32_System_Int32_" data-uid="C1.Framework.XView.RescaleConstantsForDpi(System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.XView.RescaleConstantsForDpi.html#C1_Framework_XView_RescaleConstantsForDpi_System_Int32_System_Int32_">RescaleConstantsForDpi(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_ResubscribeTooltip_C1_Win_SuperTooltip_C1SuperTooltipBase_C1_Win_SuperTooltip_C1SuperTooltipBase_" data-uid="C1.Framework.XView.ResubscribeTooltip(C1.Win.SuperTooltip.C1SuperTooltipBase,C1.Win.SuperTooltip.C1SuperTooltipBase)">
          <a class="xref" href="C1.Framework.XView.ResubscribeTooltip.html#C1_Framework_XView_ResubscribeTooltip_C1_Win_SuperTooltip_C1SuperTooltipBase_C1_Win_SuperTooltip_C1SuperTooltipBase_">ResubscribeTooltip(C1SuperTooltipBase, C1SuperTooltipBase)</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an external C1SuperTooltip is attached or detached.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_ScrollIntoView_C1_Framework_Element_" data-uid="C1.Framework.XView.ScrollIntoView(C1.Framework.Element)">
          <a class="xref" href="C1.Framework.XView.ScrollIntoView.html#C1_Framework_XView_ScrollIntoView_C1_Framework_Element_">ScrollIntoView(Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls a given element into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_ScrollIntoView_System_Drawing_Point_" data-uid="C1.Framework.XView.ScrollIntoView(System.Drawing.Point)">
          <a class="xref" href="C1.Framework.XView.ScrollIntoView.html#C1_Framework_XView_ScrollIntoView_System_Drawing_Point_">ScrollIntoView(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls a given point into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_ScrollIntoView_System_Drawing_Rectangle_" data-uid="C1.Framework.XView.ScrollIntoView(System.Drawing.Rectangle)">
          <a class="xref" href="C1.Framework.XView.ScrollIntoView.html#C1_Framework_XView_ScrollIntoView_System_Drawing_Rectangle_">ScrollIntoView(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls a given rectangle into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Framework.XView.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Framework.XView.SetBoundsCore.html#C1_Framework_XView_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_">SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_SetToolTip_System_Windows_Forms_Control_System_String_" data-uid="C1.Framework.XView.SetToolTip(System.Windows.Forms.Control,System.String)">
          <a class="xref" href="C1.Framework.XView.SetToolTip.html#C1_Framework_XView_SetToolTip_System_Windows_Forms_Control_System_String_">SetToolTip(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Associates a rich tooltip with a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_UpdateElementBounds" data-uid="C1.Framework.XView.UpdateElementBounds">
          <a class="xref" href="C1.Framework.XView.UpdateElementBounds.html#C1_Framework_XView_UpdateElementBounds">UpdateElementBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Update contained element size when the control is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_UpdateToolTip" data-uid="C1.Framework.XView.UpdateToolTip">
          <a class="xref" href="C1.Framework.XView.UpdateToolTip.html#C1_Framework_XView_UpdateToolTip">UpdateToolTip()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the tooltip for the hovered element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XView_WndProc_System_Windows_Forms_Message__" data-uid="C1.Framework.XView.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Framework.XView.WndProc.html#C1_Framework_XView_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"><p>This member overrides <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.wndproc">WndProc(ref Message)</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
