Samiksha Jaiswal (Editor)

Label (control)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Label (control)

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, although in applications written in Java using the Swing toolkit, labels can be focused through tabbing. By contrast, in native Microsoft 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 a hyperlink, and can be selected and activated. This control may have features such as changing colour when clicked or hovered over.

References

Label (control) Wikipedia


Similar Topics