VisualStyleRenderer.DrawParentBackground Méthode

Définition

Dessine l’arrière-plan du parent d’un contrôle dans la zone spécifiée.

public:
 void DrawParentBackground(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::Windows::Forms::Control ^ childControl);
public void DrawParentBackground (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl);
member this.DrawParentBackground : System.Drawing.IDeviceContext * System.Drawing.Rectangle * System.Windows.Forms.Control -> unit
Public Sub DrawParentBackground (dc As IDeviceContext, bounds As Rectangle, childControl As Control)

Paramètres

dc
IDeviceContext

IDeviceContext utilisé pour dessiner l'arrière-plan du parent de childControl. Cet objet appartient en général au contrôle enfant.

bounds
Rectangle

Rectangle dans lequel dessiner l'arrière-plan du contrôle parent. Ce rectangle doit se trouver à l’intérieur des limites du contrôle enfant.

childControl
Control

Le contrôle dont l'arrière-plan du parent sera dessiné.

Exceptions

dc a la valeur null.

S’applique à