I have a field that for certain users cannot be updated. In these cases, I set the control to Locked = True and Enabled = False. I want to be able to inform the users when they cannot modify this control so if they click on it, I want to display a
message. My click event is never firing. I'm assuming my settings are preventing it. How should I do this? Thanks.