[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.FieldPaintEventArgs

FieldPaintEventArgs Class

Represents the EventArgs for the FieldPaint event on the FieldsEditorControl.

Inheritance
FieldPaintEventArgs
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
public class FieldPaintEventArgs : PaintEventArgs, IDeviceContext, IDisposable
Public Class FieldPaintEventArgs
    Inherits PaintEventArgs
    Implements IDeviceContext, IDisposable

Constructors

Name Description
FieldPaintEventArgs(Graphics, Rectangle, Field)

Initializes a new instance of the FieldPaintEventArgs class.

Properties

Name Description
Field

Gets the field which triggers the FieldPaint event.