The members of System.Windows.Forms.ToolStripItemRenderEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Windows.Forms.ToolStripItemRenderEventArgs class for the specified System.Windows.Forms.ToolStripItem and using the specified System.Drawing.Graphics. |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the graphics used to paint the System.Windows.Forms.ToolStripItem. |
[read-only] | Item | ToolStripItem.
Gets the System.Windows.Forms.ToolStripItem to paint. |
[read-only] | ToolStrip | ToolStrip.
Gets the value of the ToolStripItem.Owner property for the System.Windows.Forms.ToolStripItem to paint. |