From c432f95785186b78a8e88e75c87fb810d8b1034e Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sat, 31 Oct 2020 11:24:14 -0300 Subject: [PATCH] Updated SetCaption (markdown) --- SetCaption.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SetCaption.md b/SetCaption.md index 88133be..2e9bf10 100644 --- a/SetCaption.md +++ b/SetCaption.md @@ -10,7 +10,7 @@ Example: The ampersand symbol (&) is used to indicate that the following letter is going to be used as a hot-key, meaning that the user will be able to hold Alt and press the letter to activate this control. -You can use **\n** to add a line break in a caption and it'll be replaced with a CHR$(10). Line breaks only work with [[Label]] controls that have the [[WordWrap]] property set to [[True|Constants]]. +You can use **\n** to add a line break in a caption and it'll be replaced with a CHR$(10). Line breaks work with [[Label]] and [[ProgressBar]] controls that have the [[WordWrap]] property set to [[True|Constants]]. ## Notes The SetCaption method can be bypassed altogether as you can manipulate the [[Caption]] array directly, but by doing so the hot-key indicators won't be parsed.