ReadOnly Property
Object List Next Object
Defined By: TextBox
Description:
ReadOnly permits or prevents the user from typing in the TextBox.
Details:
The ReadOnly property will not allow a user to alter the text in any way, when
set to True. It does not keep the user from clicking on the box, and the text
in the box will not be “greyed” like it is when the Enabled property is set to False.
Data Type: Boolean
See Also:
Enabled property