The properties of System.Windows.Forms.ToolStripRenderEventArgs are listed below. For a list of all members, see the ToolStripRenderEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | AffectedBounds | System.Drawing.Rectangle.
![]() Gets the System.Drawing.Rectangle representing the bounds of the area to be painted. |
[read-only] | BackColor | System.Drawing.Color.
![]() Gets the System.Drawing.Color that the background of the System.Windows.Forms.ToolStrip is painted with. |
[read-only] | ConnectedArea | System.Drawing.Rectangle.
![]() Gets the System.Drawing.Rectangle representing the overlap area between a System.Windows.Forms.ToolStripDropDown and its ToolStripDropDown.OwnerItem. |
[read-only] | Graphics | System.Drawing.Graphics.
![]() Gets the System.Drawing.Graphics used to paint. |
[read-only] | ToolStrip | ToolStrip.
![]() Gets the System.Windows.Forms.ToolStrip to be painted. |