ToolStripRenderer.DrawToolStripStatusLabelBackground Método

Definición

Dibuja el fondo del objeto ToolStripStatusLabel.

public:
 void DrawToolStripStatusLabelBackground(System::Windows::Forms::ToolStripItemRenderEventArgs ^ e);
public void DrawToolStripStatusLabelBackground (System.Windows.Forms.ToolStripItemRenderEventArgs e);
member this.DrawToolStripStatusLabelBackground : System.Windows.Forms.ToolStripItemRenderEventArgs -> unit
Public Sub DrawToolStripStatusLabelBackground (e As ToolStripItemRenderEventArgs)

Parámetros

e
ToolStripItemRenderEventArgs

Objeto ToolStripItemRenderEventArgs que contiene los datos del evento.

Se aplica a