Overload | Description |
---|---|
OnPaint(PaintEventArgs) | Raises the Paint event when the element has been asked to repaint itself. |
OnPaint(Graphics,Rectangle,ElementStyle) | Paints the control (both text and picture) with an overriding style. |
OnPaint(Graphics,Rectangle) | Paints the control (text and picture). |