ToolStripRenderer::DrawArrow Method (ToolStripArrowRenderEventArgs^)
.NET Framework (current version)
Draws an arrow on a ToolStripItem.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- e
-
Type:
System.Windows.Forms::ToolStripArrowRenderEventArgs^
A ToolStripArrowRenderEventArgs that contains data to draw the arrow.
The DrawArrow method provides an entry point to the arrow rendering code. Use this method to draw an arrow when overriding the ToolStripItem::OnPaint method, or to force an arrow to be drawn in a custom ToolStripRenderer. To change the way an arrow is rendered, override the OnRenderArrow method in a class derived from ToolStripRenderer.
.NET Framework
Available since 2.0
Available since 2.0
Show: