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