GUI/Maximum window dimensions: Difference between revisions

Content added Content deleted
(→‎{{header|Visual Basic .NET}}: Linked to existing pages for libraries)
Line 898: Line 898:
{{works with|.NET Framework|4.7.2}} (simple enough that it should probably work on every Framework version--.NET Core 3.0 will support Windows Forms on Windows only)
{{works with|.NET Framework|4.7.2}} (simple enough that it should probably work on every Framework version--.NET Core 3.0 will support Windows Forms on Windows only)
Must be referenced:
Must be referenced:
<!--Wrap in a span with display:flex to remove libheader's line break-->
{{libheader|System.Drawing.dll}}
<span style="display:flex">{{libheader|GDI+}}<span style="white-space:pre"> (managed interface) [System.Drawing]</span></span>
{{libheader|System.Windows.Forms.dll}}
<span style="display:flex">{{libheader|Windows Forms}}<span style="white-space:pre"> [System.Windows.Forms]</span></span>


Bounds are the screen's dimensions; working area is the is the region that excludes "taskbars, docked windows, and docked tool bars" (from Framework documentation).
Bounds are the screen's dimensions; working area is the is the region that excludes "taskbars, docked windows, and docked tool bars" (from Framework documentation).