TextBoxStyle

The flavor of text box to create.

Values

ValueMeaning
singleLine

One line of text, no wrapping.

multiLine

Multiple lines with vertical scrolling and Enter inserting newlines.

singleLineReadOnly

Single line, not user-editable.

multiLineReadOnly

Multiple lines, not user-editable.

Meta