Home » C# Basics » 02 - Using Visual C# 2005 Express Edition
2
Properties Window
Explains the uses and function of the properties window in the Visual C# IDE
In windows applications, most of the controls that used on forms have properties. These properties determine how the control will look and behave in the application. For example, the Button control has a text property which can be used to display a caption on the button. The Property Window is used for such tasks. In selecting a control, its available properties are displayed in the Property Window and can be modified as needed. We will learn more about the properties of different controls in a suceeding chapters.