[]
Represents the painting result of a conditional formatting rule.
public class PrePaintTextResult
Public Class PrePaintTextResult
| Name | Description |
|---|---|
| PrePaintTextResult(Rectangle, bool) | Initializes a new instance of the PrePaintTextResult class. |
| PrePaintTextResult(Control, bool) | Initializes a new instance of the PrePaintTextResult class. |
| PrePaintTextResult(Control, bool, bool) | Initializes a new instance of the PrePaintTextResult class. |
| Name | Description |
|---|---|
| BoundControl | Gets or sets the bound control. |
| Bounds | Gets the rectangle boundary for the next paint. |
| StopPainting | Gets a value that indicates whether the cell painting should be performed. |
| Success | Gets or sets a value that indicates whether this PrePaintTextResult is successful. |