The document describes the Form class in .NET, which represents a window that a user can interact with. It lists various fields, methods, and properties that a Form object contains. Some key properties include controls like buttons and text boxes that can be added to the form, as well as properties that configure the appearance and behavior of the form like its size, title, and whether it is resizable. The Form class serves as the base class for creating application windows in Windows Forms applications in .NET.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
111 views1 page
S3 Class Diagram
The document describes the Form class in .NET, which represents a window that a user can interact with. It lists various fields, methods, and properties that a Form object contains. Some key properties include controls like buttons and text boxes that can be added to the form, as well as properties that configure the appearance and behavior of the form like its size, title, and whether it is resizable. The Form class serves as the base class for creating application windows in Windows Forms applications in .NET.