System.Windows.Forms.ToolStripPanelRenderEventArgs Members

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

See Also: Inherited members from System.EventArgs

Public Constructors

Initializes a new instance of the System.Windows.Forms.ToolStripPanelRenderEventArgs class for the specified System.Windows.Forms.ToolStripPanel that uses the specified graphics for drawing.

Public Properties

[read-only]
GraphicsSystem.Drawing.Graphics.

Gets or sets the graphics used to paint the System.Windows.Forms.ToolStripPanel.

Handledbool.

Gets or sets a value indicating whether the event was handled.

[read-only]
ToolStripPanelToolStripPanel.

Gets the System.Windows.Forms.ToolStripPanel to paint.