[]
Represents the conditional formatting rule that is used for painting before the text is painted.
public interface IPrePaintTextConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Interface IPrePaintTextConditionalFormattingRule
Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Name | Description |
---|---|
ShowConditionalFormatOnly | Gets or sets a value that indicates whether the cell text should not be painted. |
Name | Description |
---|---|
GetPreferredSize(Graphics, Size, Appearance, object, float, bool) | Gets the preferred (maximum required) size of the cell for the renderer control. |
PaintCell(string, Control, Appearance, Inset, object, bool, bool) | Paints the cell. |