CheckBoxRenderer.DrawParentBackground(Graphics, Rectangle, Control) Método

Definición

Dibuja el fondo del elemento primario de un control en el área especificada.

public:
 static void DrawParentBackground(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::Windows::Forms::Control ^ childControl);
public static void DrawParentBackground (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl);
static member DrawParentBackground : System.Drawing.Graphics * System.Drawing.Rectangle * System.Windows.Forms.Control -> unit
Public Shared Sub DrawParentBackground (g As Graphics, bounds As Rectangle, childControl As Control)

Parámetros

g
Graphics

Graphics que se utiliza para dibujar el fondo del control primario de childControl.

bounds
Rectangle

Rectangle donde se va a dibujar el fondo del control primario. Este rectángulo debe encontrarse dentro de los límites del control secundario.

childControl
Control

Control a cuyo control principal se va a dibujar el fondo.

Se aplica a