✅ is there a Winforms API reference?
i have to build a winforms app as part of this school project i'm doing, and i'm opting not to use VS or the designer.
i need an API reference and found this https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms?view=windowsdesktop-9.0 but I want to ask if everything i'm going to need for the UI stuff is under System.Windows.Forms or are there other namespaces I'd need to look at?
right now i'm mainly interessted in the controls, layout managers, etc that I'd need to put together a basic, non-functioning UI
i need an API reference and found this https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms?view=windowsdesktop-9.0 but I want to ask if everything i'm going to need for the UI stuff is under System.Windows.Forms or are there other namespaces I'd need to look at?
right now i'm mainly interessted in the controls, layout managers, etc that I'd need to put together a basic, non-functioning UI
Contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system.
