System.Windows.Forms.ToolStripRenderEventArgs Members

The members of System.Windows.Forms.ToolStripRenderEventArgs are listed below.

See Also: Inherited members from System.EventArgs

Public Constructors

Public Properties

[read-only]
AffectedBoundsSystem.Drawing.Rectangle.

Gets the System.Drawing.Rectangle representing the bounds of the area to be painted.

[read-only]
BackColorSystem.Drawing.Color.

Gets the System.Drawing.Color that the background of the System.Windows.Forms.ToolStrip is painted with.

[read-only]
ConnectedAreaSystem.Drawing.Rectangle.

Gets the System.Drawing.Rectangle representing the overlap area between a System.Windows.Forms.ToolStripDropDown and its ToolStripDropDown.OwnerItem.

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets the System.Drawing.Graphics used to paint.

[read-only]
ToolStripToolStrip.

Gets the System.Windows.Forms.ToolStrip to be painted.