1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-18 19:54:44 +00:00

Updated Label (markdown)

Fellippe Heitor 2020-10-31 11:26:58 -03:00
parent 4d21806dc7
commit 88296b0105

@ -4,7 +4,7 @@ Labels are used to display information to the user.
<img src="https://www.qb64.org/inform/images/labels.png">
</div>
At design time, labels are automatically resized when you change their captions or fonts. If you set the WordWrap property to [[True|Constants]], you can enter multiple lines by adding a line break with the escape code **\n** in the Editor. At runtime you use CHR$(10) as a line break character (or even with **\n** if you use the SetCaption method).
At design time, labels are automatically resized when you change their captions or fonts. If you set the WordWrap property to [[True|Constants]], you can enter multiple lines by adding a line break with the escape code **\n** in the Editor. At runtime you use CHR$(10) as a line break character (or even with **\n** if you use the [[SetCaption]] method).
### [[Events]]
* [[Click|Mouse events#click]]