[]
Represents the EventArgs for the FieldPaint event on the FieldsEditorControl.
public class FieldPaintEventArgs : PaintEventArgs, IDeviceContext, IDisposable
Public Class FieldPaintEventArgs
Inherits PaintEventArgs
Implements IDeviceContext, IDisposable
Name | Description |
---|---|
FieldPaintEventArgs(Graphics, Rectangle, Field) | Initializes a new instance of the FieldPaintEventArgs class. |
Name | Description |
---|---|
Field | Gets the field which triggers the FieldPaint event. |