ToolStripRenderer.DrawOverflowButtonBackground Method
Assembly: System.Windows.Forms (in system.windows.forms.dll)
public void DrawOverflowButtonBackground ( ToolStripItemRenderEventArgs e )
public function DrawOverflowButtonBackground ( e : ToolStripItemRenderEventArgs )
Not applicable.
Parameters
- e
A ToolStripItemRenderEventArgs that contains the event data.
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.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.