read_only = flag;
Prevent the user from editing the text.
When flag = true, this attribute prevents the user from modifying text displayed in a dialog box. This lets you display text in an otherwise editable edit box.
flag: true or false (default).
The read_only attribute is unique to the implementation of DCL included with progeCAD.
Example
read_only = true;
Valid Tiles