ToolStripProfessionalRenderer.OnRenderToolStripBackground Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the RenderToolStripBackground event.
protected:
 override void OnRenderToolStripBackground(System::Windows::Forms::ToolStripRenderEventArgs ^ e);
	protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e);
	override this.OnRenderToolStripBackground : System.Windows.Forms.ToolStripRenderEventArgs -> unit
	Protected Overrides Sub OnRenderToolStripBackground (e As ToolStripRenderEventArgs)
	Parameters
A ToolStripRenderEventArgs that contains the event data.