This commit is contained in:
2025-12-23 13:43:09 +08:00
parent 4556281c0a
commit b64c156a59
652 changed files with 993 additions and 1067 deletions
@@ -204,12 +204,6 @@ This class is usually used for debug due to its simplicity.</p>
<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.onclosing">Form.OnClosing(CancelEventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onclosed">Form.OnClosed(EventArgs)</a>
</div>
<div>
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.form.onformclosing">Form.OnFormClosing(FormClosingEventArgs)</a>
</div>
@@ -504,6 +498,9 @@ This class is usually used for debug due to its simplicity.</p>
<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>
@@ -786,6 +783,12 @@ This class is usually used for debug due to its simplicity.</p>
<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>