How to change BackGround Color

Login to reply to this topic.
Fri, 2008-07-11 12:58
Joined: 2007-09-24
Forum posts: 88

HI all
I want to change the background color for my control
How can I do it ......
Thanks in Advance


Fri, 2008-07-11 15:24
Joined: 2004-11-29
Forum posts: 1232
Re: How to change BackGround Color

Is it your own custom control?
If so, simply start your Draw function by

gc.SetBrushColor(KMyBgColor);
gc.Clear();

  • Login to reply to this topic.