property Editor.ReadOnly as Boolean
Retrieves or sets a value that indicates whether the control is read-only.

TypeDescription
Boolean A boolean expression that indicates whether the editor is read only.

Use the ReadOnly property to make your editor read only. If the ReadOnly is True, the editor's Value cannot be changed by the user.  For instance, if the editor is of one of the drop down types, the drop down window can be visible, but you cannot change the current value. Use the DropDownVisible property to hide the drop down button. Use the Enabled property to disable the editor.