[Windows Forms 응용 with C#] 1. Form

Form 클래스는 Windows Forms 응용 프로그램의 UI(사용자 인터페이스)를 구성하는 창과 대화상자를 나타내는 클래스입니다.

Form 클래스는 Windows Forms 응용 프로그램의 기본 단위로 GUI(Graphics User Interface) 환경에서 사용자와 상호 작용하기 위한 다양한 UI 컨트롤을 포함하여 쉽고 빠르게 개발할 수 있게 만들어졌습니다.

상속 계층

System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.ScrollableControl
System.Windows.Forms.ContainerControl
System.Windows.Forms.Form

이번 장에서는 Microsoft Wisual Studio.NET 통합 개발 환경에서 Windows Forms 응용 프로그램을 만드는 방법을 알아볼게요. 그리고 개발 도구에서 만들어 주는 코드와 개발자가 어떻게 개발 도구를 효과적으로 사용하여 프로그래밍을 하는지 살펴볼 것입니다.