ToolStripRenderer.DrawOverflowButtonBackground Method

Definition

Draws the background for an overflow button.

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

Parameters

Remarks

The DrawOverflowButtonBackground method provides the entry point to the rendering code for the background of an overflow button. Use this method to draw the background of an overflow button when overriding the ToolStripItem.OnPaint method, or to force the background for an overflow button to be drawn in a custom ToolStripRenderer. To change the way the background for an overflow button is rendered, override the OnRenderOverflowButtonBackground method in a class derived from ToolStripRenderer.

Applies to