ToolStripItemImageRenderEventArgs Properties
.NET Framework 4.5
The ToolStripItemImageRenderEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Graphics | Gets the graphics used to paint the ToolStripItem. (Inherited from ToolStripItemRenderEventArgs.) |
|
Image | Gets the image painted on the ToolStrip. |
|
ImageRectangle | Gets the rectangle that represents the bounding area of the image. |
|
Item | Gets the ToolStripItem to paint. (Inherited from ToolStripItemRenderEventArgs.) |
|
ToolStrip | Gets the value of the ToolStripItem.Owner property for the ToolStripItem to paint. (Inherited from ToolStripItemRenderEventArgs.) |