From 7afedd2d2326b7e668e4c693689fda11ff1c9db0 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 17:21:31 -0200 Subject: [PATCH] Updated Label (markdown) --- Label.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Label.md b/Label.md index 13822a9..5961190 100644 --- a/Label.md +++ b/Label.md @@ -1,6 +1,6 @@ Labels are used to display information to the user. -At design time, if you set the WordWrap property to [[True|Constants]], you can enter multiple lines by adding a line break using \n in the [[Editor]]. At runtime you use CHR$(10) as a line break character. +At design time, if you set the WordWrap property to [[True|Constants]], you can enter multiple lines by adding a line break using \n in the Editor. At runtime you use CHR$(10) as a line break character. ###[[Events]] * [[Click|Mouse events#click]]