Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
"Locked" property does not prevent user entry for checkbox or textbox
posted

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?