diff --git a/Label.md b/Label.md index fd17929..339c6a3 100644 --- a/Label.md +++ b/Label.md @@ -4,7 +4,7 @@ Labels are used to display information to the user. -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]]