[]
Represents the event data for the PaintGrayArea event for the Spread component.
public class PaintGrayAreaEventArgs : EventArgs
Public Class PaintGrayAreaEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| PaintGrayAreaEventArgs(SpreadView, Graphics, Rectangle) | Creates a new object with the PaintGrayArea event arguments. |
| Name | Description |
|---|---|
| DrawRectangle | Gets or sets the rectangle area representing the gray area. |
| Graphics | Gets or sets the graphics device that handles the gray area. |