Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Label (control)
Part of user interface control of a form

A label is a graphical control element which displays text on a form. It is usually a static control; having no interactivity. A label is generally used to identify a nearby text box or other widget. Some labels can respond to events such as mouse clicks, allowing the text of the label to be copied, but this is not standard user-interface practice. Labels usually cannot be given the focus.

There is also a similar control known as a link label. Unlike a standard label, a link label looks and acts like a hyperlink, and can be selected and activated. This control may have features such as changing colour when clicked or hovered over.

Related Image Collections Add Image
We don't have any YouTube videos related to Label (control) yet.
We don't have any PDF documents related to Label (control) yet.
We don't have any Books related to Label (control) yet.
We don't have any archived web articles related to Label (control) yet.

References

  1. "Label Control Overview (Windows Forms)". MSDN. http://msdn2.microsoft.com/en-us/library/dchbz2ff.aspx

  2. "LinkLabel Control Overview (Windows Forms)". MSDN. http://msdn2.microsoft.com/en-us/library/4s0sy2k0.aspx