ToolStripRenderer.DrawSplitButton(ToolStripItemRenderEventArgs) 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 a ToolStripSplitButton.
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
A ToolStripItemRenderEventArgs that contains the event data.
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.