Integrated Application Platform › Forums › General › Change background color of Editor Control › Re: Re: Change background color of Editor Control
March 6, 2013 at 3:22 pm
#968
Moderator
I suppose you could add a method SetReadOnlyBgndColor to EditControl that would behave similarly to SetBgndColor except its color and brush would be used in the CTLCOLORSTATIC message. Then you could have different colors for both states.