From d5572077036243d0caf60e50ed52efb3ba696c76 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 21 Dec 2016 18:23:59 -0200 Subject: [PATCH] Updated Textbox (markdown) --- Textbox.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Textbox.md b/Textbox.md index c93e348..2ef0042 100644 --- a/Textbox.md +++ b/Textbox.md @@ -6,6 +6,8 @@ To read back what was typed, use the [[Text]]() array: Var$ = Text(ControlID) +The Caption property can be used to display a caption inside the textbox. The caption is hidden as soon as the user starts typing. + ###[[Events]] * [[Click|Mouse events#click]] * [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]