How to change the background color of a rich text box when it is disabled?

Posted by moon on Stack Overflow See other posts from Stack Overflow or by moon
Published on 2009-12-22T12:39:23Z Indexed on 2010/05/29 15:32 UTC
Read the original article Hit count: 259

Filed under:
|
|
|

Whenever I set the RichTextBox.Enabled property to false, its background color is automatically set to gray as it is set to the color in system color which is set in the control panel. How can I change its color to black even if I set it to disabled?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET