System.Windows.Forms.ToolStripSystemRenderer.OnRenderToolStripStatusLabelBackground C# (CSharp) Method

OnRenderToolStripStatusLabelBackground() protected method

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