ToolStripRenderer.DrawSplitButton(ToolStripItemRenderEventArgs) Method

Definition

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

Parameters

Remarks

The DrawSplitButton method provides the entry point to the rendering code for a ToolStripSplitButton. Use this method to draw a ToolStripSplitButton when overriding the ToolStripSplitButton.OnPaint method, or to force a ToolStripSplitButton to be drawn in a custom ToolStripRenderer. To change the way the ToolStripSplitButton is rendered, override the OnRenderSplitButtonBackground method in a class derived from ToolStripRenderer.

Applies to