The Textbox Control is amongst the most common controls used in forms. It is used to get input from the user in either a controlled way (eg. request a numeric value) or non controlled way (eg. free text).
One can specify whether they want the user to enter text freely, enter a number or even perform some validations that will restrict the information that is being typed in - even while the user types.
When the Textbox Control is selected in the Central pane, the Actions section on the ribbon is updated to display the following items:
Move DownThis action is applicable to controls that are immediate children of Container Controls. When pressed, it moves the selected control below its current position (shifting the below control above it).
Move UpThis action is applicable to controls that are immediate children of Container Controls. When pressed, it moves the selected control above its current position (shifting the above control below it).
Convert ToChanges the type of the selected control to another one maintaining all properties that are common to both Control Types (style, font, value, etc). Depending on the selected control type, different options are available. For example, the table container c
If this field is used, it forces the field to accept numeric values only. Here you can specify the number of decimals you would like the value input to have.