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