NlMakesis Y-Browser Y-Tasks
HI all I want to change the background color for my control How can I do it ...... Thanks in Advance
Is it your own custom control? If so, simply start your Draw function by
gc.SetBrushColor(KMyBgColor); gc.Clear();
Forum posts: 1232
Is it your own custom control?
If so, simply start your Draw function by
gc.SetBrushColor(KMyBgColor);
gc.Clear();