Site icon Student Project Guidance & Development

Form properties in VB.NET

Form properties in VB.NET

Form properties in VB.NET

Form properties in VB.NET – The windows form is most useful and mandatory control to build user interfaces. Each time when you add new form it will display the blank form. There are more than 25 properties in the form and in this tutorial we explain main important properties of the form.

When you create new project, the visual studio displays default form name form1. We can add new form from project -> Add windows form menu. Normally the form property window will display in the right side of the visual studio.


The important properties of the form are:

Here we explained only the important properties of form and it has many properties like visible, TextAlign, Tag, Margin, Locked, Size, Dock, Anchor which we use very frequently.


Download Example:

 


Video Tutorial:

Watch this video tutorial and to study in detail.

Exit mobile version