VisualStyleRenderer.DrawParentBackground Método

Definição

Desenha a tela de fundo do pai de um controle na área especificada.

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)

Parâmetros

dc
IDeviceContext

O IDeviceContext usado para desenhar a tela de fundo do pai de childControl. Normalmente, esse objeto pertence ao controle filho.

bounds
Rectangle

Um Rectangle no qual desenhar a tela de fundo do controle pai. Este retângulo deve estar dentro dos limites do controle filho.

childControl
Control

O controle cuja tela de fundo pai será desenhada.

Exceções

dc é null.

Aplica-se a