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]]