[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.PaintEnhancedConditionalFormat

PaintEnhancedConditionalFormat Method

PaintEnhancedConditionalFormat(Graphics, Rectangle, Appearance, object, bool, bool, float, ref RectangleF)

Paints the enhanced conditional format.

Declaration
protected bool PaintEnhancedConditionalFormat(Graphics g, Rectangle r, Appearance appearance, object value, bool isSelected, bool isLocked, float zoomFactor, ref RectangleF rText)
Protected Function PaintEnhancedConditionalFormat(g As Graphics, r As Rectangle, appearance As Appearance, value As Object, isSelected As Boolean, isLocked As Boolean, zoomFactor As Single, ByRef rText As RectangleF) As Boolean
Parameters
Type Name Description
Graphics g

Graphics device interface for painting the cell

Rectangle r

The rectangle boundary to paint the value in.

Appearance appearance

Appearance settings of the renderer control

object value

Object that contains the name of the renderer control

bool isSelected

if set to true, the cell is in a selected state.

bool isLocked

if set to true, the cell is in a locked state.

float zoomFactor

Numeric value for scaling the display of the renderer control

RectangleF rText

The rectangle text.

Returns
Type Description
bool

True to stop painting the text; otherwise, false.