Previous | Home | Next |
The label is a simple control with one purpose only: to present a caption or short hint to explain something on the form to the user.
Visual Studio.NET includes two label controls that are able to present them selves to the user in two distinct ways:
- Label, the standard Windows label
- LinkLabel, a label like the standard one (and derived from it), but presents itself as an internet link (a hyperlink)
Previous | Home | Next |