I just added two new analog display value controls to a form. I changed the cursor to hand, didn't add any PLC property values, and changed enabled to false on one, but left the other true. Then run the app, you can slightly see the text a different color, but you will also see the one enabled is still hand cursor, the one not enabled is not hand. The controls take care of this automatically, so that tells me the enabled is working as it should. On my controls, anything that allows an operator input I change the cursor to hand. This is a good sign to them. I also draw a box around the control on mouse enter, kind of works like wonderware. This was something I added.