Overload | Description |
---|---|
OnPaint(PaintEventArgs) | Occurs when the element asks to repaint itself. |
OnPaint(Graphics,Rectangle,ElementStyle) | Paints the control (text and picture) with an overriding style. |
OnPaint(Graphics,Rectangle) | Paints the control (text and picture). |