- Sep 18, 2001
- 1,359
- 0
- 0
How do you "gray out" an UI element? Like when the user clicks on the check box, a slider is "grayed out" and unable to use the slider element.
Originally posted by: shutterFly
Have you tried:
Element.Enabled = false;
