[]
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. |
GetRuleEffectingInfo(Appearance, object, bool, bool, float) | Gets the information with the specified appearance settings if the conditional format rule is satisfied. |
PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float) | Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings if the conditional format rule is satisfied. |