I\'ve come across several methods of applying gradient styles to objects in a windows form application. All the methods involve overriding the OnPaint method. However, I am
As you've seen, you need to handle the Paint event.
Paint
You can set a boolean in your class to indicate whether to draw the gradient or not.