From e1aa4b635783144efa30f9ea9aeff592d68f3f30 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Sun, 17 Jun 2018 16:28:02 -0300 Subject: [PATCH] Updated Textbox (markdown) --- Textbox.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Textbox.md b/Textbox.md index e90ac67..84ff77c 100644 --- a/Textbox.md +++ b/Textbox.md @@ -1,5 +1,9 @@ TextBox controls are used to receive text input from the user. +
+ +
+ With the [[PasswordField]] property you can hide the text typed by the user using Unicode character ● (UTF-8 e2978f). With the [[Mask]] array you can define a numeric input mask for the text field. @@ -26,7 +30,6 @@ The Caption property can be used to display a caption inside the textbox. The ca * [[Caption]] * [[Top/Left/Width/Height|Position and size]] * [[Font]] -* [[WordWrap]] * [[PasswordField]] * [[Tool tip]] * [[Color properties]]