I have a display only section of a form that includes a checkbox. When I set Locked=True on this UtraCheckEditor it still allows the user to click it, giving the invalid impression that they can change it there. I have found the same true on Checkbox.
Enabled = False causes a grayed-out look that I do not want.
Shouldn't Locked=True disallow user input?
Or use the Enabled property. :)
The enabled property changes the appearance, I just don't want to alow user inut. I can do it through code though, I am just surprised I have to.
Thanks for the responses.
Matthew Brown
Thanks! Great idea.
You could set the Appearance.BackColorDisabled and Appearance.ForeColorDisabled to prevent the appearance from changing when the control is disabled.