HiNC-2025-win-desktop-Deploy/App/wwwroot/HiAPI-docsite/api/Hi.WinForm.Disp.RenderingForm.html
2025-12-30 15:43:10 +08:00

2020 lines
105 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Class RenderingForm | HiAPI-C# 2025 </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Class RenderingForm | HiAPI-C# 2025 ">
<meta name="description" content="A contains . This class is usually used for debug due to its simplicity.">
<link rel="icon" href="../img/HiAPI.favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">
<meta name="docfx:rel" content="../">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
<meta name="loc:downloadPdf" content="Download PDF">
<script type="module" src="./../public/docfx.min.js"></script>
<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>
</head>
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../img/HiAPI.logo.png" alt="">
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>
<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>
<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>
<nav id="breadcrumb"></nav>
</div>
<article data-uid="Hi.WinForm.Disp.RenderingForm">
<h1 id="Hi_WinForm_Disp_RenderingForm" data-uid="Hi.WinForm.Disp.RenderingForm" class="text-break">
Class RenderingForm
</h1>
<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="Hi.html">Hi</a>.<a class="xref" href="Hi.WinForm.html">WinForm</a>.<a class="xref" href="Hi.WinForm.Disp.html">Disp</a></dd></dl>
<dl><dt>Assembly</dt><dd>Hi.WinForm.dll</dd></dl>
</div>
<div class="markdown summary"><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a> contains <a class="xref" href="Hi.WinForm.Disp.RenderingCanvas.html">RenderingCanvas</a>.
This class is usually used for debug due to its simplicity.</p>
</div>
<div class="markdown conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class RenderingForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IGetDispEngine</code></pre>
</div>
<dl class="typelist inheritance">
<dt>Inheritance</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol">ScrollableControl</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol">ContainerControl</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form">Form</a></div>
<div><span class="xref">RenderingForm</span></div>
</dd>
</dl>
<dl class="typelist implements">
<dt>Implements</dt>
<dd>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.icontainercontrol">IContainerControl</a></div>
<div><a class="xref" href="Hi.Disp.IGetDispEngine.html">IGetDispEngine</a></div>
</dd>
</dl>
<dl class="typelist inheritedMembers">
<dt>Inherited Members</dt>
<dd>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.setvisiblecore">Form.SetVisibleCore(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformcornerpreferencechanged">Form.OnFormCornerPreferenceChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformbordercolorchanged">Form.OnFormBorderColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformcaptionbackcolorchanged">Form.OnFormCaptionBackColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformcaptiontextcolorchanged">Form.OnFormCaptionTextColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.activate">Form.Activate()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.activatemdichild">Form.ActivateMdiChild(Form)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.addownedform">Form.AddOwnedForm(Form)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.adjustformscrollbars">Form.AdjustFormScrollbars(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.close">Form.Close()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.createaccessibilityinstance">Form.CreateAccessibilityInstance()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.createcontrolsinstance">Form.CreateControlsInstance()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.createhandle">Form.CreateHandle()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.defwndproc">Form.DefWndProc(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processmnemonic">Form.ProcessMnemonic(char)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.centertoparent">Form.CenterToParent()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.centertoscreen">Form.CenterToScreen()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.layoutmdi">Form.LayoutMdi(MdiLayout)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onactivated">Form.OnActivated(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onbackgroundimagechanged">Form.OnBackgroundImageChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onbackgroundimagelayoutchanged">Form.OnBackgroundImageLayoutChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformclosing">Form.OnFormClosing(FormClosingEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformclosed">Form.OnFormClosed(FormClosedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.oncreatecontrol">Form.OnCreateControl()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ondeactivate">Form.OnDeactivate(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onenabledchanged">Form.OnEnabledChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onenter">Form.OnEnter(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onfontchanged">Form.OnFontChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ongotfocus">Form.OnGotFocus(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onhandlecreated">Form.OnHandleCreated(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onhandledestroyed">Form.OnHandleDestroyed(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onhelpbuttonclicked">Form.OnHelpButtonClicked(CancelEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onlayout">Form.OnLayout(LayoutEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onload">Form.OnLoad(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onmaximizedboundschanged">Form.OnMaximizedBoundsChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onmaximumsizechanged">Form.OnMaximumSizeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onminimumsizechanged">Form.OnMinimumSizeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.oninputlanguagechanged">Form.OnInputLanguageChanged(InputLanguageChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.oninputlanguagechanging">Form.OnInputLanguageChanging(InputLanguageChangingEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onvisiblechanged">Form.OnVisibleChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onmdichildactivate">Form.OnMdiChildActivate(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onmenustart">Form.OnMenuStart(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onmenucomplete">Form.OnMenuComplete(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onpaint">Form.OnPaint(PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onresize">Form.OnResize(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ondpichanged">Form.OnDpiChanged(DpiChangedEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ongetdpiscaledsize">Form.OnGetDpiScaledSize(int, int, ref Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onrighttoleftlayoutchanged">Form.OnRightToLeftLayoutChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onshown">Form.OnShown(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ontextchanged">Form.OnTextChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processcmdkey">Form.ProcessCmdKey(ref Message, Keys)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processdialogkey">Form.ProcessDialogKey(Keys)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processdialogchar">Form.ProcessDialogChar(char)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processkeypreview">Form.ProcessKeyPreview(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.processtabkey">Form.ProcessTabKey(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.removeownedform">Form.RemoveOwnedForm(Form)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.select">Form.Select(bool, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.scaleminmaxsize">Form.ScaleMinMaxSize(float, float, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.getscaledbounds">Form.GetScaledBounds(Rectangle, SizeF, BoundsSpecified)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.scalecontrol">Form.ScaleControl(SizeF, BoundsSpecified)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.setboundscore">Form.SetBoundsCore(int, int, int, int, BoundsSpecified)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.setclientsizecore">Form.SetClientSizeCore(int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.setdesktopbounds">Form.SetDesktopBounds(int, int, int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.setdesktoplocation">Form.SetDesktopLocation(int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.show">Form.Show(IWin32Window)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showasync">Form.ShowAsync(IWin32Window)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showdialog#system-windows-forms-form-showdialog">Form.ShowDialog()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showdialog#system-windows-forms-form-showdialog(system-windows-forms-iwin32window)">Form.ShowDialog(IWin32Window)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showdialogasync#system-windows-forms-form-showdialogasync">Form.ShowDialogAsync()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showdialogasync#system-windows-forms-form-showdialogasync(system-windows-forms-iwin32window)">Form.ShowDialogAsync(IWin32Window)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.tostring">Form.ToString()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.updatedefaultbutton">Form.UpdateDefaultButton()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onresizebegin">Form.OnResizeBegin(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onresizeend">Form.OnResizeEnd(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onstylechanged">Form.OnStyleChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.validatechildren#system-windows-forms-form-validatechildren">Form.ValidateChildren()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.validatechildren#system-windows-forms-form-validatechildren(system-windows-forms-validationconstraints)">Form.ValidateChildren(ValidationConstraints)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.wndproc">Form.WndProc(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.acceptbutton">Form.AcceptButton</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.activeform">Form.ActiveForm</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.activemdichild">Form.ActiveMdiChild</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.allowtransparency">Form.AllowTransparency</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autoscroll">Form.AutoScroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autosize">Form.AutoSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autosizemode">Form.AutoSizeMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autovalidate">Form.AutoValidate</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.backcolor">Form.BackColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formborderstyle">Form.FormBorderStyle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.cancelbutton">Form.CancelButton</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.clientsize">Form.ClientSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.controlbox">Form.ControlBox</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.createparams">Form.CreateParams</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.defaultimemode">Form.DefaultImeMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.defaultsize">Form.DefaultSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.desktopbounds">Form.DesktopBounds</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.desktoplocation">Form.DesktopLocation</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.dialogresult">Form.DialogResult</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.helpbutton">Form.HelpButton</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.icon">Form.Icon</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ismdichild">Form.IsMdiChild</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ismdicontainer">Form.IsMdiContainer</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.isrestrictedwindow">Form.IsRestrictedWindow</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.keypreview">Form.KeyPreview</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.location">Form.Location</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.maximizedbounds">Form.MaximizedBounds</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.maximumsize">Form.MaximumSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.mainmenustrip">Form.MainMenuStrip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.minimumsize">Form.MinimumSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.maximizebox">Form.MaximizeBox</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.mdichildren">Form.MdiChildren</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.mdichildrenminimizedanchorbottom">Form.MdiChildrenMinimizedAnchorBottom</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.mdiparent">Form.MdiParent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.minimizebox">Form.MinimizeBox</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.modal">Form.Modal</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.opacity">Form.Opacity</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.ownedforms">Form.OwnedForms</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.owner">Form.Owner</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.restorebounds">Form.RestoreBounds</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.righttoleftlayout">Form.RightToLeftLayout</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formscreencapturemode">Form.FormScreenCaptureMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showintaskbar">Form.ShowInTaskbar</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showicon">Form.ShowIcon</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.showwithoutactivation">Form.ShowWithoutActivation</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.size">Form.Size</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.sizegripstyle">Form.SizeGripStyle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.startposition">Form.StartPosition</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.text">Form.Text</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.toplevel">Form.TopLevel</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.topmost">Form.TopMost</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.transparencykey">Form.TransparencyKey</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcornerpreference">Form.FormCornerPreference</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formbordercolor">Form.FormBorderColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcaptionbackcolor">Form.FormCaptionBackColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcaptiontextcolor">Form.FormCaptionTextColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.windowstate">Form.WindowState</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autosizechanged">Form.AutoSizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.autovalidatechanged">Form.AutoValidateChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.helpbuttonclicked">Form.HelpButtonClicked</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.maximizedboundschanged">Form.MaximizedBoundsChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.maximumsizechanged">Form.MaximumSizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.minimumsizechanged">Form.MinimumSizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.activated">Form.Activated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.deactivate">Form.Deactivate</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formclosing">Form.FormClosing</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formbordercolorchanged">Form.FormBorderColorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcaptionbackcolorchanged">Form.FormCaptionBackColorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcaptiontextcolorchanged">Form.FormCaptionTextColorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formcornerpreferencechanged">Form.FormCornerPreferenceChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.formclosed">Form.FormClosed</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.load">Form.Load</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.mdichildactivate">Form.MdiChildActivate</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.menucomplete">Form.MenuComplete</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.menustart">Form.MenuStart</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.inputlanguagechanged">Form.InputLanguageChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.inputlanguagechanging">Form.InputLanguageChanging</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.righttoleftlayoutchanged">Form.RightToLeftLayoutChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.shown">Form.Shown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.dpichanged">Form.DpiChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.resizebegin">Form.ResizeBegin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.resizeend">Form.ResizeEnd</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.onautovalidatechanged">ContainerControl.OnAutoValidateChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.onmove">ContainerControl.OnMove(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.onparentchanged">ContainerControl.OnParentChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.performautoscale">ContainerControl.PerformAutoScale()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.rescaleconstantsfordpi">ContainerControl.RescaleConstantsForDpi(int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.validate#system-windows-forms-containercontrol-validate">ContainerControl.Validate()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.validate#system-windows-forms-containercontrol-validate(system-boolean)">ContainerControl.Validate(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.autoscaledimensions">ContainerControl.AutoScaleDimensions</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.autoscalefactor">ContainerControl.AutoScaleFactor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.autoscalemode">ContainerControl.AutoScaleMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.bindingcontext">ContainerControl.BindingContext</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.canenableime">ContainerControl.CanEnableIme</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.activecontrol">ContainerControl.ActiveControl</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.currentautoscaledimensions">ContainerControl.CurrentAutoScaleDimensions</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.containercontrol.parentform">ContainerControl.ParentForm</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollstateautoscrolling">ScrollableControl.ScrollStateAutoScrolling</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollstatehscrollvisible">ScrollableControl.ScrollStateHScrollVisible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollstatevscrollvisible">ScrollableControl.ScrollStateVScrollVisible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollstateuserhasscrolled">ScrollableControl.ScrollStateUserHasScrolled</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollstatefulldrag">ScrollableControl.ScrollStateFullDrag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.getscrollstate">ScrollableControl.GetScrollState(int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.onmousewheel">ScrollableControl.OnMouseWheel(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.onrighttoleftchanged">ScrollableControl.OnRightToLeftChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.onpaintbackground">ScrollableControl.OnPaintBackground(PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.onpaddingchanged">ScrollableControl.OnPaddingChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.setdisplayrectlocation">ScrollableControl.SetDisplayRectLocation(int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrollcontrolintoview">ScrollableControl.ScrollControlIntoView(Control)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scrolltocontrol">ScrollableControl.ScrollToControl(Control)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.onscroll">ScrollableControl.OnScroll(ScrollEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.setautoscrollmargin">ScrollableControl.SetAutoScrollMargin(int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.setscrollstate">ScrollableControl.SetScrollState(int, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.autoscrollmargin">ScrollableControl.AutoScrollMargin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.autoscrollposition">ScrollableControl.AutoScrollPosition</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.autoscrollminsize">ScrollableControl.AutoScrollMinSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.displayrectangle">ScrollableControl.DisplayRectangle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.hscroll">ScrollableControl.HScroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.horizontalscroll">ScrollableControl.HorizontalScroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.vscroll">ScrollableControl.VScroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.verticalscroll">ScrollableControl.VerticalScroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.scrollablecontrol.scroll">ScrollableControl.Scroll</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getaccessibilityobjectbyid">Control.GetAccessibilityObjectById(int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.setautosizemode">Control.SetAutoSizeMode(AutoSizeMode)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getautosizemode">Control.GetAutoSizeMode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getpreferredsize">Control.GetPreferredSize(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessibilitynotifyclients#system-windows-forms-control-accessibilitynotifyclients(system-windows-forms-accessibleevents-system-int32)">Control.AccessibilityNotifyClients(AccessibleEvents, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessibilitynotifyclients#system-windows-forms-control-accessibilitynotifyclients(system-windows-forms-accessibleevents-system-int32-system-int32)">Control.AccessibilityNotifyClients(AccessibleEvents, int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.begininvoke#system-windows-forms-control-begininvoke(system-delegate)">Control.BeginInvoke(Delegate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.begininvoke#system-windows-forms-control-begininvoke(system-action)">Control.BeginInvoke(Action)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.begininvoke#system-windows-forms-control-begininvoke(system-delegate-system-object())">Control.BeginInvoke(Delegate, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.bringtofront">Control.BringToFront()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.contains">Control.Contains(Control)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.creategraphics">Control.CreateGraphics()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.createcontrol">Control.CreateControl()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.destroyhandle">Control.DestroyHandle()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dodragdropasjson#system-windows-forms-control-dodragdropasjson-1(-0-system-windows-forms-dragdropeffects)">Control.DoDragDropAsJson&lt;T&gt;(T, DragDropEffects)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dodragdropasjson#system-windows-forms-control-dodragdropasjson-1(-0-system-windows-forms-dragdropeffects-system-drawing-bitmap-system-drawing-point-system-boolean)">Control.DoDragDropAsJson&lt;T&gt;(T, DragDropEffects, Bitmap, Point, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dodragdrop#system-windows-forms-control-dodragdrop(system-object-system-windows-forms-dragdropeffects)">Control.DoDragDrop(object, DragDropEffects)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dodragdrop#system-windows-forms-control-dodragdrop(system-object-system-windows-forms-dragdropeffects-system-drawing-bitmap-system-drawing-point-system-boolean)">Control.DoDragDrop(object, DragDropEffects, Bitmap, Point, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.drawtobitmap">Control.DrawToBitmap(Bitmap, Rectangle)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.endinvoke">Control.EndInvoke(IAsyncResult)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.findform">Control.FindForm()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.gettoplevel">Control.GetTopLevel()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.raisekeyevent">Control.RaiseKeyEvent(object, KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.raisemouseevent">Control.RaiseMouseEvent(object, MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.focus">Control.Focus()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fromchildhandle">Control.FromChildHandle(nint)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fromhandle">Control.FromHandle(nint)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getchildatpoint#system-windows-forms-control-getchildatpoint(system-drawing-point-system-windows-forms-getchildatpointskip)">Control.GetChildAtPoint(Point, GetChildAtPointSkip)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getchildatpoint#system-windows-forms-control-getchildatpoint(system-drawing-point)">Control.GetChildAtPoint(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getcontainercontrol">Control.GetContainerControl()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getnextcontrol">Control.GetNextControl(Control, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.getstyle">Control.GetStyle(ControlStyles)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.hide">Control.Hide()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.initlayout">Control.InitLayout()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate(system-drawing-region)">Control.Invalidate(Region)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate(system-drawing-region-system-boolean)">Control.Invalidate(Region, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate">Control.Invalidate()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate(system-boolean)">Control.Invalidate(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate(system-drawing-rectangle)">Control.Invalidate(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidate#system-windows-forms-control-invalidate(system-drawing-rectangle-system-boolean)">Control.Invalidate(Rectangle, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invoke#system-windows-forms-control-invoke(system-action)">Control.Invoke(Action)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invoke#system-windows-forms-control-invoke(system-delegate)">Control.Invoke(Delegate)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invoke#system-windows-forms-control-invoke(system-delegate-system-object())">Control.Invoke(Delegate, params object[])</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invoke#system-windows-forms-control-invoke-1(system-func((-0)))">Control.Invoke&lt;T&gt;(Func&lt;T&gt;)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokepaint">Control.InvokePaint(Control, PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokepaintbackground">Control.InvokePaintBackground(Control, PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.iskeylocked">Control.IsKeyLocked(Keys)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.isinputchar">Control.IsInputChar(char)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.isinputkey">Control.IsInputKey(Keys)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ismnemonic">Control.IsMnemonic(char, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.logicaltodeviceunits#system-windows-forms-control-logicaltodeviceunits(system-int32)">Control.LogicalToDeviceUnits(int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.logicaltodeviceunits#system-windows-forms-control-logicaltodeviceunits(system-drawing-size)">Control.LogicalToDeviceUnits(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.scalebitmaplogicaltodevice">Control.ScaleBitmapLogicalToDevice(ref Bitmap)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.notifyinvalidate">Control.NotifyInvalidate(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokeonclick">Control.InvokeOnClick(Control, EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onautosizechanged">Control.OnAutoSizeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onbackcolorchanged">Control.OnBackColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onbindingcontextchanged">Control.OnBindingContextChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oncausesvalidationchanged">Control.OnCausesValidationChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oncontextmenustripchanged">Control.OnContextMenuStripChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oncursorchanged">Control.OnCursorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondatacontextchanged">Control.OnDataContextChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondockchanged">Control.OnDockChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onforecolorchanged">Control.OnForeColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onnotifymessage">Control.OnNotifyMessage(Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentbackcolorchanged">Control.OnParentBackColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentbackgroundimagechanged">Control.OnParentBackgroundImageChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentbindingcontextchanged">Control.OnParentBindingContextChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentcursorchanged">Control.OnParentCursorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentdatacontextchanged">Control.OnParentDataContextChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentenabledchanged">Control.OnParentEnabledChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentfontchanged">Control.OnParentFontChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentforecolorchanged">Control.OnParentForeColorChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentrighttoleftchanged">Control.OnParentRightToLeftChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onparentvisiblechanged">Control.OnParentVisibleChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onprint">Control.OnPrint(PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ontabindexchanged">Control.OnTabIndexChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ontabstopchanged">Control.OnTabStopChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onclick">Control.OnClick(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onclientsizechanged">Control.OnClientSizeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oncontroladded">Control.OnControlAdded(ControlEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oncontrolremoved">Control.OnControlRemoved(ControlEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onlocationchanged">Control.OnLocationChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondoubleclick">Control.OnDoubleClick(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondragenter">Control.OnDragEnter(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondragover">Control.OnDragOver(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondragleave">Control.OnDragLeave(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondragdrop">Control.OnDragDrop(DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ongivefeedback">Control.OnGiveFeedback(GiveFeedbackEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokegotfocus">Control.InvokeGotFocus(Control, EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onhelprequested">Control.OnHelpRequested(HelpEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.oninvalidated">Control.OnInvalidated(InvalidateEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onkeydown">Control.OnKeyDown(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onkeypress">Control.OnKeyPress(KeyPressEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onkeyup">Control.OnKeyUp(KeyEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onleave">Control.OnLeave(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokelostfocus">Control.InvokeLostFocus(Control, EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onlostfocus">Control.OnLostFocus(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmarginchanged">Control.OnMarginChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmousedoubleclick">Control.OnMouseDoubleClick(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmouseclick">Control.OnMouseClick(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmousecapturechanged">Control.OnMouseCaptureChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmousedown">Control.OnMouseDown(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmouseenter">Control.OnMouseEnter(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmouseleave">Control.OnMouseLeave(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondpichangedbeforeparent">Control.OnDpiChangedBeforeParent(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ondpichangedafterparent">Control.OnDpiChangedAfterParent(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmousehover">Control.OnMouseHover(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmousemove">Control.OnMouseMove(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onmouseup">Control.OnMouseUp(MouseEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onquerycontinuedrag">Control.OnQueryContinueDrag(QueryContinueDragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onregionchanged">Control.OnRegionChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onpreviewkeydown">Control.OnPreviewKeyDown(PreviewKeyDownEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onsizechanged">Control.OnSizeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onchangeuicues">Control.OnChangeUICues(UICuesEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onsystemcolorschanged">Control.OnSystemColorsChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onvalidating">Control.OnValidating(CancelEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onvalidated">Control.OnValidated(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.performlayout#system-windows-forms-control-performlayout">Control.PerformLayout()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.performlayout#system-windows-forms-control-performlayout(system-windows-forms-control-system-string)">Control.PerformLayout(Control, string)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.pointtoclient">Control.PointToClient(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.pointtoscreen">Control.PointToScreen(Point)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.preprocessmessage">Control.PreProcessMessage(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.preprocesscontrolmessage">Control.PreProcessControlMessage(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.processkeyeventargs">Control.ProcessKeyEventArgs(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.processkeymessage">Control.ProcessKeyMessage(ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.raisedragevent">Control.RaiseDragEvent(object, DragEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.raisepaintevent">Control.RaisePaintEvent(object, PaintEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.recreatehandle">Control.RecreateHandle()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rectangletoclient">Control.RectangleToClient(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rectangletoscreen">Control.RectangleToScreen(Rectangle)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.reflectmessage">Control.ReflectMessage(nint, ref Message)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.refresh">Control.Refresh()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resetmouseeventargs">Control.ResetMouseEventArgs()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resettext">Control.ResetText()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resumelayout#system-windows-forms-control-resumelayout">Control.ResumeLayout()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resumelayout#system-windows-forms-control-resumelayout(system-boolean)">Control.ResumeLayout(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.scale#system-windows-forms-control-scale(system-drawing-sizef)">Control.Scale(SizeF)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.select#system-windows-forms-control-select">Control.Select()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.selectnextcontrol">Control.SelectNextControl(Control, bool, bool, bool, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.sendtoback">Control.SendToBack()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.setbounds#system-windows-forms-control-setbounds(system-int32-system-int32-system-int32-system-int32)">Control.SetBounds(int, int, int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.setbounds#system-windows-forms-control-setbounds(system-int32-system-int32-system-int32-system-int32-system-windows-forms-boundsspecified)">Control.SetBounds(int, int, int, int, BoundsSpecified)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.sizefromclientsize">Control.SizeFromClientSize(Size)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.setstyle">Control.SetStyle(ControlStyles, bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.settoplevel">Control.SetTopLevel(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslatealignment#system-windows-forms-control-rtltranslatealignment(system-windows-forms-horizontalalignment)">Control.RtlTranslateAlignment(HorizontalAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslatealignment#system-windows-forms-control-rtltranslatealignment(system-windows-forms-leftrightalignment)">Control.RtlTranslateAlignment(LeftRightAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslatealignment#system-windows-forms-control-rtltranslatealignment(system-drawing-contentalignment)">Control.RtlTranslateAlignment(ContentAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslatehorizontal">Control.RtlTranslateHorizontal(HorizontalAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslateleftright">Control.RtlTranslateLeftRight(LeftRightAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.rtltranslatecontent">Control.RtlTranslateContent(ContentAlignment)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.show">Control.Show()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.suspendlayout">Control.SuspendLayout()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.update">Control.Update()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.updatebounds#system-windows-forms-control-updatebounds">Control.UpdateBounds()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.updatebounds#system-windows-forms-control-updatebounds(system-int32-system-int32-system-int32-system-int32)">Control.UpdateBounds(int, int, int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.updatebounds#system-windows-forms-control-updatebounds(system-int32-system-int32-system-int32-system-int32-system-int32-system-int32)">Control.UpdateBounds(int, int, int, int, int, int)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.updatezorder">Control.UpdateZOrder()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.updatestyles">Control.UpdateStyles()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.onimemodechanged">Control.OnImeModeChanged(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokeasync#system-windows-forms-control-invokeasync(system-action-system-threading-cancellationtoken)">Control.InvokeAsync(Action, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokeasync#system-windows-forms-control-invokeasync-1(system-func((-0))-system-threading-cancellationtoken)">Control.InvokeAsync&lt;T&gt;(Func&lt;T&gt;, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokeasync#system-windows-forms-control-invokeasync(system-func((system-threading-cancellationtoken-system-threading-tasks-valuetask))-system-threading-cancellationtoken)">Control.InvokeAsync(Func&lt;CancellationToken, ValueTask&gt;, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokeasync#system-windows-forms-control-invokeasync-1(system-func((system-threading-cancellationtoken-system-threading-tasks-valuetask((-0))))-system-threading-cancellationtoken)">Control.InvokeAsync&lt;T&gt;(Func&lt;CancellationToken, ValueTask&lt;T&gt;&gt;, CancellationToken)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessibilityobject">Control.AccessibilityObject</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessibledefaultactiondescription">Control.AccessibleDefaultActionDescription</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessibledescription">Control.AccessibleDescription</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessiblename">Control.AccessibleName</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.accessiblerole">Control.AccessibleRole</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.allowdrop">Control.AllowDrop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.anchor">Control.Anchor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.autoscrolloffset">Control.AutoScrollOffset</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.layoutengine">Control.LayoutEngine</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.datacontext">Control.DataContext</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimage">Control.BackgroundImage</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimagelayout">Control.BackgroundImageLayout</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.bottom">Control.Bottom</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.bounds">Control.Bounds</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.canfocus">Control.CanFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.canraiseevents">Control.CanRaiseEvents</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.canselect">Control.CanSelect</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.capture">Control.Capture</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.causesvalidation">Control.CausesValidation</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.checkforillegalcrossthreadcalls">Control.CheckForIllegalCrossThreadCalls</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.clientrectangle">Control.ClientRectangle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.companyname">Control.CompanyName</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.containsfocus">Control.ContainsFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.contextmenustrip">Control.ContextMenuStrip</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.controls">Control.Controls</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.created">Control.Created</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.cursor">Control.Cursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.databindings">Control.DataBindings</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultbackcolor">Control.DefaultBackColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultcursor">Control.DefaultCursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultfont">Control.DefaultFont</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultforecolor">Control.DefaultForeColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultmargin">Control.DefaultMargin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultmaximumsize">Control.DefaultMaximumSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultminimumsize">Control.DefaultMinimumSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.defaultpadding">Control.DefaultPadding</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.devicedpi">Control.DeviceDpi</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.isdisposed">Control.IsDisposed</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.disposing">Control.Disposing</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dock">Control.Dock</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.doublebuffered">Control.DoubleBuffered</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enabled">Control.Enabled</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.focused">Control.Focused</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.font">Control.Font</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fontheight">Control.FontHeight</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.forecolor">Control.ForeColor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.handle">Control.Handle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.haschildren">Control.HasChildren</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.height">Control.Height</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ishandlecreated">Control.IsHandleCreated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invokerequired">Control.InvokeRequired</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.isaccessible">Control.IsAccessible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.isancestorsiteindesignmode">Control.IsAncestorSiteInDesignMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.ismirrored">Control.IsMirrored</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.left">Control.Left</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.margin">Control.Margin</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.modifierkeys">Control.ModifierKeys</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousebuttons">Control.MouseButtons</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseposition">Control.MousePosition</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.name">Control.Name</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.parent">Control.Parent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.productname">Control.ProductName</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.productversion">Control.ProductVersion</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.recreatinghandle">Control.RecreatingHandle</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.region">Control.Region</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.renderrighttoleft">Control.RenderRightToLeft</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resizeredraw">Control.ResizeRedraw</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.right">Control.Right</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.righttoleft">Control.RightToLeft</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.scalechildren">Control.ScaleChildren</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.site">Control.Site</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.tabindex">Control.TabIndex</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.tabstop">Control.TabStop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.tag">Control.Tag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.top">Control.Top</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.toplevelcontrol">Control.TopLevelControl</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.showkeyboardcues">Control.ShowKeyboardCues</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.showfocuscues">Control.ShowFocusCues</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.usewaitcursor">Control.UseWaitCursor</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.visible">Control.Visible</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.width">Control.Width</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.preferredsize">Control.PreferredSize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.padding">Control.Padding</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.imemode">Control.ImeMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.imemodebase">Control.ImeModeBase</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.propagatingimemode">Control.PropagatingImeMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backcolorchanged">Control.BackColorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimagechanged">Control.BackgroundImageChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.backgroundimagelayoutchanged">Control.BackgroundImageLayoutChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.bindingcontextchanged">Control.BindingContextChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.causesvalidationchanged">Control.CausesValidationChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.clientsizechanged">Control.ClientSizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.contextmenustripchanged">Control.ContextMenuStripChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.cursorchanged">Control.CursorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dockchanged">Control.DockChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enabledchanged">Control.EnabledChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.fontchanged">Control.FontChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.forecolorchanged">Control.ForeColorChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.locationchanged">Control.LocationChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.marginchanged">Control.MarginChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.regionchanged">Control.RegionChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.righttoleftchanged">Control.RightToLeftChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.sizechanged">Control.SizeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.tabindexchanged">Control.TabIndexChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.tabstopchanged">Control.TabStopChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.textchanged">Control.TextChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.visiblechanged">Control.VisibleChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.click">Control.Click</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.controladded">Control.ControlAdded</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.controlremoved">Control.ControlRemoved</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.datacontextchanged">Control.DataContextChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dragdrop">Control.DragDrop</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dragenter">Control.DragEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dragover">Control.DragOver</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dragleave">Control.DragLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.givefeedback">Control.GiveFeedback</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.handlecreated">Control.HandleCreated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.handledestroyed">Control.HandleDestroyed</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.helprequested">Control.HelpRequested</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.invalidated">Control.Invalidated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.paddingchanged">Control.PaddingChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.paint">Control.Paint</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.querycontinuedrag">Control.QueryContinueDrag</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.queryaccessibilityhelp">Control.QueryAccessibilityHelp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.doubleclick">Control.DoubleClick</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.enter">Control.Enter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.gotfocus">Control.GotFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keydown">Control.KeyDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keypress">Control.KeyPress</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.keyup">Control.KeyUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.layout">Control.Layout</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.leave">Control.Leave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.lostfocus">Control.LostFocus</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseclick">Control.MouseClick</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousedoubleclick">Control.MouseDoubleClick</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousecapturechanged">Control.MouseCaptureChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousedown">Control.MouseDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseenter">Control.MouseEnter</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseleave">Control.MouseLeave</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dpichangedbeforeparent">Control.DpiChangedBeforeParent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.dpichangedafterparent">Control.DpiChangedAfterParent</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousehover">Control.MouseHover</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousemove">Control.MouseMove</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseup">Control.MouseUp</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousewheel">Control.MouseWheel</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.move">Control.Move</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.previewkeydown">Control.PreviewKeyDown</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.resize">Control.Resize</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.changeuicues">Control.ChangeUICues</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.stylechanged">Control.StyleChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.systemcolorschanged">Control.SystemColorsChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.validating">Control.Validating</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.validated">Control.Validated</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.parentchanged">Control.ParentChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.imemodechanged">Control.ImeModeChanged</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.dispose#system-componentmodel-component-dispose">Component.Dispose()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.getservice">Component.GetService(Type)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.container">Component.Container</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.designmode">Component.DesignMode</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.events">Component.Events</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component.disposed">Component.Disposed</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.getlifetimeservice">MarshalByRefObject.GetLifetimeService()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.initializelifetimeservice">MarshalByRefObject.InitializeLifetimeService()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.memberwiseclone">MarshalByRefObject.MemberwiseClone(bool)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
</div>
</dd></dl>
<dl class="typelist extensionMethods">
<dt>Extension Methods</dt>
<dd>
<div>
<a class="xref" href="Hi.Common.DuplicateUtil.html#Hi_Common_DuplicateUtil_TryDuplicate__1___0_System_Object___">DuplicateUtil.TryDuplicate&lt;TSelf&gt;(TSelf, params object[])</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__1___0_System_Action___0__">InvokeUtil.SelfInvoke&lt;TSrc&gt;(TSrc, Action&lt;TSrc&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Common.InvokeUtil.html#Hi_Common_InvokeUtil_SelfInvoke__2___0_System_Func___0___1__">InvokeUtil.SelfInvoke&lt;TSrc, TDst&gt;(TSrc, Func&lt;TSrc, TDst&gt;)</a>
</div>
<div>
<a class="xref" href="Hi.Coloring.ColorUtil.html#Hi_Coloring_ColorUtil_GetGloomyColor_System_Object_System_Double_System_Double_">ColorUtil.GetGloomyColor(object, double, double)</a>
</div>
<div>
<a class="xref" href="Hi.Common.NameUtil.html#Hi_Common_NameUtil_GetSelectionName_System_Object_">NameUtil.GetSelectionName(object)</a>
</div>
<div>
<a class="xref" href="Hi.Common.StringUtil.html#Hi_Common_StringUtil_GetPropertyStringIfToStringNotOverloaded_System_Object_System_Boolean_System_Boolean_">StringUtil.GetPropertyStringIfToStringNotOverloaded(object, bool, bool)</a>
</div>
<div>
<a class="xref" href="Hi.Parallels.LockUtil.html#Hi_Parallels_LockUtil_Lock_System_Object_">LockUtil.Lock(object)</a>
</div>
</dd></dl>
<h2 class="section" id="properties">Properties
</h2>
<a id="Hi_WinForm_Disp_RenderingForm_Displayee_" data-uid="Hi.WinForm.Disp.RenderingForm.Displayee*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_Displayee" data-uid="Hi.WinForm.Disp.RenderingForm.Displayee">
Displayee
</h3>
<div class="markdown level1 summary"><p>Gets or sets the displayee object for rendering.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IDisplayee Displayee { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Disp.IDisplayee.html">IDisplayee</a></dt>
<dd></dd>
</dl>
<a id="Hi_WinForm_Disp_RenderingForm_DisplayerMap_" data-uid="Hi.WinForm.Disp.RenderingForm.DisplayerMap*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_DisplayerMap" data-uid="Hi.WinForm.Disp.RenderingForm.DisplayerMap">
DisplayerMap
</h3>
<div class="markdown level1 summary"><p>See <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html#Hi_WinForm_Disp_RenderingForm_Call_System_String_Hi_Disp_IDisplayee___">Call(string, params IDisplayee[])</a> to get the information.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static ConcurrentDictionary&lt;string, RenderingForm&gt; DisplayerMap { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.concurrent.concurrentdictionary-2">ConcurrentDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a>&gt;</dt>
<dd></dd>
</dl>
<a id="Hi_WinForm_Disp_RenderingForm_RenderingCanvas_" data-uid="Hi.WinForm.Disp.RenderingForm.RenderingCanvas*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_RenderingCanvas" data-uid="Hi.WinForm.Disp.RenderingForm.RenderingCanvas">
RenderingCanvas
</h3>
<div class="markdown level1 summary"><p>The contained <a class="xref" href="Hi.WinForm.Disp.RenderingCanvas.html">RenderingCanvas</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public RenderingCanvas RenderingCanvas { get; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.WinForm.Disp.RenderingCanvas.html">RenderingCanvas</a></dt>
<dd></dd>
</dl>
<h2 class="section" id="methods">Methods
</h2>
<a id="Hi_WinForm_Disp_RenderingForm_Call_" data-uid="Hi.WinForm.Disp.RenderingForm.Call*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_Call_System_String_Hi_Disp_IDisplayee___" data-uid="Hi.WinForm.Disp.RenderingForm.Call(System.String,Hi.Disp.IDisplayee[])">
Call(string, params IDisplayee[])
</h3>
<div class="markdown level1 summary"><p>Create and obtain a <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a> if the key has not existed; Otherwise, the old one is obtained.
<code class="paramref">displayees</code> are set to the obtained <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a>.
The dictionary of this function is <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html#Hi_WinForm_Disp_RenderingForm_DisplayerMap">DisplayerMap</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static RenderingForm Call(string key, params IDisplayee[] displayees)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>key</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd><p>key</p>
</dd>
<dt><code>displayees</code> <a class="xref" href="Hi.Disp.IDisplayee.html">IDisplayee</a>[]</dt>
<dd><p>The displayees set to the obtained <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a>.</p>
</dd>
</dl>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a></dt>
<dd><p>A <a class="xref" href="Hi.WinForm.Disp.RenderingForm.html">RenderingForm</a> obtained by the key.</p>
</dd>
</dl>
<a id="Hi_WinForm_Disp_RenderingForm_Dispose_" data-uid="Hi.WinForm.Disp.RenderingForm.Dispose*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_Dispose_System_Boolean_" data-uid="Hi.WinForm.Disp.RenderingForm.Dispose(System.Boolean)">
Dispose(bool)
</h3>
<div class="markdown level1 summary"><p>Clean up any resources being used.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected override void Dispose(bool disposing)</code></pre>
</div>
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>disposing</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd><p>true if managed resources should be disposed; otherwise, false.</p>
</dd>
</dl>
<a id="Hi_WinForm_Disp_RenderingForm_GetDispEngine_" data-uid="Hi.WinForm.Disp.RenderingForm.GetDispEngine*"></a>
<h3 id="Hi_WinForm_Disp_RenderingForm_GetDispEngine" data-uid="Hi.WinForm.Disp.RenderingForm.GetDispEngine">
GetDispEngine()
</h3>
<div class="markdown level1 summary"><p>Get <a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public DispEngine GetDispEngine()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></dt>
<dd><p><a class="xref" href="Hi.Disp.DispEngine.html">DispEngine</a></p>
</dd>
</dl>
</article>
<div class="contribution d-print-none">
</div>
</div>
<div class="affix">
<nav id="affix"></nav>
</div>
</main>
<div class="container-xxl search-results" id="search-results"></div>
<footer class="border-top text-secondary">
<div class="container-xxl">
<div class="flex-fill">
<span> Copyright © 2025 <a href='https://superhightech.com.tw'>Tech Coordinate</a>. All rights reserved. <a href='https://superhightech.com.tw'>超級高科技股份有限公司</a> © 2025 版權所有 </span>
</div>
</div>
</footer>
</body>
</html>