Translation TextBox
Display text that is corresponding to different languages
| Property | Description |
|---|---|
| Multiline | Input format and display languages |
| Use Validation | Validates the input via additional details |
| Use Validation – Type | Type of the validation |
| Use Validation – Validate Only | Validates a key when it is pressed and triggers an event |
| Use Validation – CheckWholeExpressions | Validates complete text and raises event. Depending on ValidateOnly in connection with RegEx |
| Use Key Down Delay | Activate Key Down Delay in ms |
| Exclusive event | Description |
|---|---|
| KeyPress | When a key is entered (Obsolete) |
| KeyDown | When a key is entered |
| KeyUp | When key is entered |
| ValidationFailed | When the text validation specified fails |