[]
Draws the background of the control using the container background color.
public static void DrawParentBackground(Control control, Graphics graphics)
Public Shared Sub DrawParentBackground(control As Control, graphics As Graphics)
| Type | Name | Description |
|---|---|---|
| Control | control | the control needs to draw a background. |
| Graphics | graphics | the graphics context. |