System.Windows.Forms.ToolStripSystemRenderer.OnRenderToolStripStatusLabelBackground C# (CSharp) Méthode

OnRenderToolStripStatusLabelBackground() protected méthode

protected OnRenderToolStripStatusLabelBackground ( System.Windows.Forms.ToolStripItemRenderEventArgs e ) : void
e System.Windows.Forms.ToolStripItemRenderEventArgs
Résultat void
		protected override void OnRenderToolStripStatusLabelBackground (ToolStripItemRenderEventArgs e)
		{
			base.OnRenderToolStripStatusLabelBackground (e);
		}
		#endregion