I would always go with ReadOnly rather than NOT Enabled. Not only is ReadOnly better cosmetically, but it allows the text to be selected and then scrolled or copied to the clipboard.
Mike
__________________________________
Mike Lewis (Edinburgh, Scotland)
As the others have said, you can get what you want, but one caveat. When you use ReadOnly or make the disabled colors match the enabled colors, you're taking away from the user the signal that this textbox isn't available right not. It's really frustrating to try to type into what looks like an enabled textbox and have it not work.
Readonly is definitely less restrictive to users still enabling them to copy and paste, but also scroll through a value, if it's larger than the box size.
On the other side you have the colors under your control with DisabledForecolor and DisabledBackcolor. Just like there are Forecolor and Backcolor.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.