- Label (control)
A label is a
user interface control which displays text on a form. It is usually a static control; having no interactivity. A label is generally used to identify a nearbytext box or other widget. [cite web |url=http://msdn2.microsoft.com/en-us/library/dchbz2ff.aspx |title=Label Control Overview (Windows Forms) |publisher=MSDN] Some labels can respond to events such asmouse click s, allowing the text of the label to be copied, but this is not standard user-interface practice. Labels usually cannot be given the focus, although in applications written in Java using the Swing toolkit, labels can be focused throughtabbing Fact|date=February 2007. By contrast, in nativeMicrosoft Windows applications, labels cannot be focused by this method.There is also a similar control known as a
link label . Unlike a standard label, a link label looks and acts like ahyperlink , and can be selected and activated. [cite web |url=http://msdn2.microsoft.com/en-us/library/4s0sy2k0.aspx |title=LinkLabel Control Overview (Windows Forms) |publisher=MSDN ] This control may have features such as changing colour when clicked or hovered over.References
Wikimedia Foundation. 2010.