# C1.Framework.XViewLight

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Framework_XViewLight" data-uid="C1.Framework.XViewLight" class="text-break">XViewLight Class
</h1>
  <div class="markdown level0 summary"><p>Control that hosts X elements.</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">XViewLight</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.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_XViewLight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class XViewLight : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, ISupportUia</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class XViewLight
    Inherits Control
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IView, 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_XViewLight__ctor" data-uid="C1.Framework.XViewLight.#ctor">
          <a class="xref" href="C1.Framework.XViewLight.-ctor.html#C1_Framework_XViewLight__ctor">XViewLight()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Framework.XViewLight.html">XViewLight</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_XViewLight_CapturedElement" data-uid="C1.Framework.XViewLight.CapturedElement">
          <a class="xref" href="C1.Framework.XViewLight.CapturedElement.html#C1_Framework_XViewLight_CapturedElement">CapturedElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the element that receives all mouse events.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_Cursor" data-uid="C1.Framework.XViewLight.Cursor">
          <a class="xref" href="C1.Framework.XViewLight.Cursor.html#C1_Framework_XViewLight_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Framework.XViewLight.Cursor.html#C1_Framework_XViewLight_Cursor">Cursor</a> that appears when the mouse moves over the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_Element" data-uid="C1.Framework.XViewLight.Element">
          <a class="xref" href="C1.Framework.XViewLight.Element.html#C1_Framework_XViewLight_Element">Element</a>
        </td>
        <td class="markdown level1 summary"><p>Element hosted by this <a class="xref" href="C1.Framework.XViewLight.html">XViewLight</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_FocusedElement" data-uid="C1.Framework.XViewLight.FocusedElement">
          <a class="xref" href="C1.Framework.XViewLight.FocusedElement.html#C1_Framework_XViewLight_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_XViewLight_HandleElementFocus" data-uid="C1.Framework.XViewLight.HandleElementFocus">
          <a class="xref" href="C1.Framework.XViewLight.HandleElementFocus.html#C1_Framework_XViewLight_HandleElementFocus">HandleElementFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the control should handle the focus within contained elements.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_HoveredElement" data-uid="C1.Framework.XViewLight.HoveredElement">
          <a class="xref" href="C1.Framework.XViewLight.HoveredElement.html#C1_Framework_XViewLight_HoveredElement">HoveredElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the element currently under the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_ShowToolTips" data-uid="C1.Framework.XViewLight.ShowToolTips">
          <a class="xref" href="C1.Framework.XViewLight.ShowToolTips.html#C1_Framework_XViewLight_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_XViewLight_SuperTooltip" data-uid="C1.Framework.XViewLight.SuperTooltip">
          <a class="xref" href="C1.Framework.XViewLight.SuperTooltip.html#C1_Framework_XViewLight_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>
    </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_XViewLight_BeginUpdate" data-uid="C1.Framework.XViewLight.BeginUpdate">
          <a class="xref" href="C1.Framework.XViewLight.BeginUpdate.html#C1_Framework_XViewLight_BeginUpdate">BeginUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Suspends painting during long update operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_CheckHover" data-uid="C1.Framework.XViewLight.CheckHover">
          <a class="xref" href="C1.Framework.XViewLight.CheckHover.html#C1_Framework_XViewLight_CheckHover">CheckHover()</a>
        </td>
        <td class="markdown level1 summary"><p>checks the element under the mouse and updates the control state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_Dispose_System_Boolean_" data-uid="C1.Framework.XViewLight.Dispose(System.Boolean)">
          <a class="xref" href="C1.Framework.XViewLight.Dispose.html#C1_Framework_XViewLight_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="C1.Framework.XViewLight.html">XViewLight</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_EndUpdate" data-uid="C1.Framework.XViewLight.EndUpdate">
          <a class="xref" href="C1.Framework.XViewLight.EndUpdate.html#C1_Framework_XViewLight_EndUpdate">EndUpdate()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores painting after long update operations.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_Focus_C1_Framework_Element_" data-uid="C1.Framework.XViewLight.Focus(C1.Framework.Element)">
          <a class="xref" href="C1.Framework.XViewLight.Focus.html#C1_Framework_XViewLight_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_XViewLight_GetBounds_C1_Framework_Element_System_Boolean_System_Boolean_" data-uid="C1.Framework.XViewLight.GetBounds(C1.Framework.Element,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.XViewLight.GetBounds.html#C1_Framework_XViewLight_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_XViewLight_GetDeviceDpi" data-uid="C1.Framework.XViewLight.GetDeviceDpi">
          <a class="xref" href="C1.Framework.XViewLight.GetDeviceDpi.html#C1_Framework_XViewLight_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_XViewLight_GetNextElement_C1_Framework_Element_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Framework.XViewLight.GetNextElement(C1.Framework.Element,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Framework.XViewLight.GetNextElement.html#C1_Framework_XViewLight_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 <a class="xref" href="C1.Framework.XViewLight.Element.html#C1_Framework_XViewLight_Element">Element</a> given a start <a class="xref" href="C1.Framework.XViewLight.Element.html#C1_Framework_XViewLight_Element">Element</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_GetToolTip_System_Windows_Forms_Control_" data-uid="C1.Framework.XViewLight.GetToolTip(System.Windows.Forms.Control)">
          <a class="xref" href="C1.Framework.XViewLight.GetToolTip.html#C1_Framework_XViewLight_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_XViewLight_HideToolTip" data-uid="C1.Framework.XViewLight.HideToolTip">
          <a class="xref" href="C1.Framework.XViewLight.HideToolTip.html#C1_Framework_XViewLight_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_XViewLight_HitTest" data-uid="C1.Framework.XViewLight.HitTest">
          <a class="xref" href="C1.Framework.XViewLight.HitTest.html#C1_Framework_XViewLight_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_XViewLight_HitTest_System_Drawing_Point_" data-uid="C1.Framework.XViewLight.HitTest(System.Drawing.Point)">
          <a class="xref" href="C1.Framework.XViewLight.HitTest.html#C1_Framework_XViewLight_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_XViewLight_Invalidate_C1_Framework_Element_" data-uid="C1.Framework.XViewLight.Invalidate(C1.Framework.Element)">
          <a class="xref" href="C1.Framework.XViewLight.Invalidate.html#C1_Framework_XViewLight_Invalidate_C1_Framework_Element_">Invalidate(Element)</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the contained element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_IsInputKey_System_Windows_Forms_Keys_" data-uid="C1.Framework.XViewLight.IsInputKey(System.Windows.Forms.Keys)">
          <a class="xref" href="C1.Framework.XViewLight.IsInputKey.html#C1_Framework_XViewLight_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_XViewLight_OnClick_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnClick(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnClick.html#C1_Framework_XViewLight_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_XViewLight_OnDoubleClick_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnDoubleClick(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnDoubleClick.html#C1_Framework_XViewLight_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_XViewLight_OnEnabledChanged_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnEnabledChanged(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnEnabledChanged.html#C1_Framework_XViewLight_OnEnabledChanged_System_EventArgs_">OnEnabledChanged(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.enabledchanged">EnabledChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_OnGotFocus_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnGotFocus.html#C1_Framework_XViewLight_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_XViewLight_OnHandleDestroyed_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnHandleDestroyed(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnHandleDestroyed.html#C1_Framework_XViewLight_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_XViewLight_OnInvalidated_System_Windows_Forms_InvalidateEventArgs_" data-uid="C1.Framework.XViewLight.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnInvalidated.html#C1_Framework_XViewLight_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_XViewLight_OnKeyDown_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.XViewLight.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnKeyDown.html#C1_Framework_XViewLight_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_XViewLight_OnKeyPress_System_Windows_Forms_KeyPressEventArgs_" data-uid="C1.Framework.XViewLight.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnKeyPress.html#C1_Framework_XViewLight_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_XViewLight_OnKeyUp_System_Windows_Forms_KeyEventArgs_" data-uid="C1.Framework.XViewLight.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnKeyUp.html#C1_Framework_XViewLight_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_XViewLight_OnLeave_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnLeave(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnLeave.html#C1_Framework_XViewLight_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_XViewLight_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XViewLight.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseDown.html#C1_Framework_XViewLight_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_XViewLight_OnMouseEnter_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnMouseEnter(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseEnter.html#C1_Framework_XViewLight_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_XViewLight_OnMouseLeave_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseLeave.html#C1_Framework_XViewLight_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_XViewLight_OnMouseMove_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XViewLight.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseMove.html#C1_Framework_XViewLight_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_XViewLight_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XViewLight.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseUp.html#C1_Framework_XViewLight_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_XViewLight_OnMouseWheel_System_Windows_Forms_MouseEventArgs_" data-uid="C1.Framework.XViewLight.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnMouseWheel.html#C1_Framework_XViewLight_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_XViewLight_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Framework.XViewLight.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnPaint.html#C1_Framework_XViewLight_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_XViewLight_OnRightToLeftChanged_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnRightToLeftChanged(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnRightToLeftChanged.html#C1_Framework_XViewLight_OnRightToLeftChanged_System_EventArgs_">OnRightToLeftChanged(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.righttoleftchanged">RightToLeftChanged</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_OnValidated_System_EventArgs_" data-uid="C1.Framework.XViewLight.OnValidated(System.EventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnValidated.html#C1_Framework_XViewLight_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_XViewLight_OnValidating_System_ComponentModel_CancelEventArgs_" data-uid="C1.Framework.XViewLight.OnValidating(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Framework.XViewLight.OnValidating.html#C1_Framework_XViewLight_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_XViewLight_RescaleConstantsForDpi_System_Int32_System_Int32_" data-uid="C1.Framework.XViewLight.RescaleConstantsForDpi(System.Int32,System.Int32)">
          <a class="xref" href="C1.Framework.XViewLight.RescaleConstantsForDpi.html#C1_Framework_XViewLight_RescaleConstantsForDpi_System_Int32_System_Int32_">RescaleConstantsForDpi(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Provides constants for rescaling the control when a DPI change occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_SetBoundsCore_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Framework.XViewLight.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Framework.XViewLight.SetBoundsCore.html#C1_Framework_XViewLight_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_XViewLight_SetToolTip_System_Windows_Forms_Control_System_String_" data-uid="C1.Framework.XViewLight.SetToolTip(System.Windows.Forms.Control,System.String)">
          <a class="xref" href="C1.Framework.XViewLight.SetToolTip.html#C1_Framework_XViewLight_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_XViewLight_UpdateElementBounds" data-uid="C1.Framework.XViewLight.UpdateElementBounds">
          <a class="xref" href="C1.Framework.XViewLight.UpdateElementBounds.html#C1_Framework_XViewLight_UpdateElementBounds">UpdateElementBounds()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the size of the contained element when control is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Framework_XViewLight_UpdateToolTip" data-uid="C1.Framework.XViewLight.UpdateToolTip">
          <a class="xref" href="C1.Framework.XViewLight.UpdateToolTip.html#C1_Framework_XViewLight_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_XViewLight_WndProc_System_Windows_Forms_Message__" data-uid="C1.Framework.XViewLight.WndProc(System.Windows.Forms.Message@)">
          <a class="xref" href="C1.Framework.XViewLight.WndProc.html#C1_Framework_XViewLight_WndProc_System_Windows_Forms_Message__">WndProc(ref Message)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
