Label Control
Description
A Label control is a graphical control you can use to display text that a user can't change directly.
For a list of all members defined in this module, see Label Members.
Object Model


![]()




Remarks
You can write code that changes the text displayed by a Label control in response to events at run time.
Set the AutoSize and WordWrap properties if you want the Label to properly display variable-length lines or varying numbers of lines.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.