Windows Forms 是属于 .Net 基金会的一个项目,本文将简要介绍该项目相关的信息。
中文介绍内容翻译自英文介绍,主要采用意译、如与原文存在出入,请以原文为准。
Windows Forms (WinForms) 是用于构建 Windows 桌面程序的 UI 框架。
它是 Windows 用户界面类库的 .NET 封装,例如 User32 和 GDI+。框架也包括了一些常用控件和其他一些 Windows Forms 独有的功能。
Windows Forms 同时也通过 Visual Studio 提供了一种非常高效的桌面程序设计器。其提供了拖拽式的可视化控件以及其他一些类似的功能,使得构建桌面程序变得简单。
尽管如今开发桌面程序并非只有 Windows Forms 一种方式了(向来也不是),但其仍然占有很重要的一席之地。如今,借由 netcore 更是从底层上焕发出了新的生命力。
该项目是基于 netcore 3.1 之上的 Windows Forms 框架源码。基于 .Net Framework 的并不在这个项目中。
如果你手上有需要从 Framework 迁移到 netcore 的 Windows Forms 项目,可以参看这个链接。
Windows Forms (WinForms) is a UI framework for building Windows desktop applications.
It is a .NET wrapper over Windows user interface libraries, such as User32 and GDI+. It also offers controls and other
functionality that is unique to Windows Forms.
Windows Forms also provides one of the most productive ways to create desktop applications based on the visual designer
provided in Visual Studio. It enables drag-and-drop of visual controls and other similar functionality that make it easy to
build desktop applications.
以上《英文介绍》摘录自 .NET Foundation 的项目介绍 。原文受原项目许可证保护。