⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}}

Windows Forms is an API for creating graphical user interfaces in the .NET Framework. The classes map to native Windows controls in .NET while they are drawn manually in Mono to ensure platform independence. It resides in the System.Windows.Forms namespace in the .NET Base Class Library.

{{stub}}