ToolStripRenderer.DrawOverflowButtonBackground 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.
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
A ToolStripItemRenderEventArgs that contains the event data.
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.