Textbox

Estimated reading: 3 minutes 3684 views

Text box helps the user to collect user input or display text. This control is primarily used for editable text.

Properties

Appearance

BGColor: Choose the background color to be displayed inside the button. This is not a mandatory field to execute the workflow

BorderThickness(px): Specify the border thickness value in pixels. The order of the border will be (left, top, right, bottom). This is a mandatory field to execute the workflow

FONT

FontColor: Specify the colour of the font to be used inside the box. This is a mandatory field to execute the workflow.

FontName: Specify the font style to be used inside the box. This is a mandatory field to execute the workflow

FontSize: Specify the font size to be used inside the box This is a mandatory field to execute the workflow

FontStyle: Choose the style from the drop down to normal, Italic or oblique.

FontWeight: Choose the font weight,to be light, normal or thick.

GENERAL PROPERTIES

FormName: Autofills to whichever form the control is dropped into.

MaxLength: Set the maximum number of characters that can be entered in the textbox.

TabIndex: Specifies the position to which the cursor has to move when the tab on the keyboard is used.

Type: This is auto populated once the checkbox control is selected.

INPUTS

ControlName: Default name given to the control used.

Hint: Editable text inside the box which gives a hint of what has to entered into the box.

IsFocusable: When enabled, the button remains visible on the screen and is ready for user interaction. If disabled, the GIF will still be displayed, but user interaction will not be possible.

IsMandatory: Check this box if the details to be entered by the user is mandatory. This is denoted by an asterisk sign on top.

Text: This option allows a preset text to appear in the box during automation.

TextWrapping: Specifies whether the entered text should wrap. Choose an option from the drop-down:

No Wrap – Text stays on a single line.
Wrap with Overflow – Text wraps only if it exceeds the container.
Wrap – Text wraps to fit within the container.

ValueType: Specify if alphabets or alphanumeric or only numeric should be entered. Select the options from the drop-down, 
Alphanumeric 
Numeric 
Alphabets

VariableName: Declare a variable here to return the value of the textbox. Click here to learn more. 

LAYOUT

HorizontalContent: Specify how the given entry has to be taken.

VerticalContentSpecify how the given entry has to be taken.

POSITION (px)

Left : Increasing the count will move the control to the right side. Decreasing the count will move it to the Left side.

Top: Increasing the count will bring the control down and decreasing the count will move the control up.

SIZE (px)

Height: Specify the height of the box

Width: Specify the Width of the box

Share this Doc

Textbox

Or copy link

CONTENTS