The members of System.Drawing.Design.PaintValueEventArgs are listed below.
See Also: Inherited members from System.EventArgs
Initializes a new instance of the System.Drawing.Design.PaintValueEventArgs class using the specified values. |
[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. |