Label Control

A label control is used to display text on a form. Its contents cannot be edited by the user.

Client support

   Newlook Smartclient

   Newlook Server

Use

A label control is typically used to display text that you do not want the user to be able to change. It is possible, however to dynamically change the text of a label in code in response to events at run-time. For example, if your application takes a few seconds to load, you can display a processing-status message in a label. You can also use a label to identify a control, such as a text box, that does not have its own Caption property. Changing the Border property of a label control can produce a look similar to that of a text box.

See Also

Text box control | Picture box control 


© 2004-2021 looksoftware. All rights reserved.