Windows Application - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

Win App Properties

Windows Application Properties

shape Introduction

In this article, the topics like what are the properties that each control have and How to set properties for controls can be explained.It is very important to know about properties for each and every control. If known about control and its properties, it becomes an idea about control's functionality. Before learning about properties, first of all, know about properties window. It automatically comes after creating the windows application. If it's not opened by default, press f4 to open the properties window. Below figure shows how properties window looks like.

Property

shape Description

Property is a feature that the control should have. The property is used to know about "what is that control and in how many ways we can use that control". All the properties of a control reside in the properties window. Every control has its own properties. Even Windows Form also have some properties.

Getting Properties Window

shape Description

Whenever, if one select that control, get the properties for the control and can select any control, automatically properties of that control will be open in a properties window.

shape Examples

For Example see some basic controls and its properties: The following are the some basic controls which are being used and its properties.

Setting the property for a control

shape Steps

To set the properties for controls follow these steps.