The properties of System.Drawing.Design.PaintValueEventArgs are listed below. For a list of all members, see the PaintValueEventArgs Members list.
See Also: Inherited members from System.EventArgs
[read-only] | Bounds | System.Drawing.Rectangle.
Gets the rectangle that indicates the area in which the painting should be done. |
[read-only] | Context | System.ComponentModel.ITypeDescriptorContext.
Gets the System.ComponentModel.ITypeDescriptorContext interface to be used to gain additional information about the context this value appears in. |
[read-only] | Graphics | System.Drawing.Graphics.
Gets the System.Drawing.Graphics object with which painting should be done. |
[read-only] | Value | object.
Gets the value to paint. |