Changes

Jump to: navigation, search

A Simple Visual Basic Example

6 bytes added, 14:18, 14 August 2007
Setting Control Properties
== Setting Control Properties ==
Now that we have added the controls to our Form we need to change some of the characteristics of these controls. This is done by changing the ''Properties'' of the controls. Properties are a group of settings that allow the appearance and behavior of controls to be changed. For example, there is a properties for changing the text displayed on a label, the color of a button, the font of the text on a button and so on. Properties of a control of changed using the Visual Studio ''Properties'' panel which is, by default, displayed in the bottom right hand corner of the main dialog:
[[Image:visual_studio_properties.jpg]]

Navigation menu