Retrieves or sets a value that indicates whether the control is enabled or disabled.
Type
Description
Boolean
A boolean expression that indicates whether the control is enabled or disabled.
Use the ReadOnly property
to make your editor read only. If the ReadOnly property is True, the Value
property cannot be changed by the user, but the buttons are enabled. If the
Enabled property is False, the Value property cannot be changed by the
user, and the buttons are disabled.