Configure read-only text in an edit box control
- Last UpdatedAug 30, 2024
- 1 minute read
You can configure the Edit Box control to only show text at run time and prevent the runtime user from writing back to the associated attribute.
To configure the text to be read-only in an edit box control
-
Select the Edit Box control.
-
In the Properties Editor, set the ReadOnly property to True.
To enable writing back to the associated attribute at runtime, set the ReadOnly property to False.