Text box
Insert and view a text at runtime.
Properties
Name | BrowseName | DataType | Description |
---|---|---|---|
Text horizontal alignment | TextHorizontalAlignment | Indicates where the text is positioned on the horizontal axis. | |
Text vertical alignment | TextVerticalAlignment | Indicates where the text is positioned on the vertical axis. | |
Value change behavior | ValueChangeBehaviour | Mode of updating text when the user writes in the text box. At end of typing = update the value after the user has pressed Enter with either physical or virtual keyboard (pressing Esc or clicking outside the object, the previous text is restored); When typing = in real-time when writing. | |
Placeholder text | PlaceholderText | Text to display when the box is empty, typically an example or indication for the user. | |
Control in read-only mode | ReadOnly | Enables/disables the read-only mode. If enabled, it is not possible to write in the text box but, for example, it is possible to select the existing text for copy-paste. | |
Content Type | ContentType | Content type. Normal = characters displayed; Password = characters hidden. | |
Events
Modified text
- BrowseName
Provide Feedback