OutlookGridRow.PaintCells Method

Krypton OutlookGrid

OutlookGridRowPaintCells Method
Krypton OutlookGrid v1.6.0
Paints the cells.

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
protected override void PaintCells(
	Graphics graphics,
	Rectangle clipBounds,
	Rectangle rowBounds,
	int rowIndex,
	DataGridViewElementStates rowState,
	bool isFirstDisplayedRow,
	bool isLastVisibleRow,
	DataGridViewPaintParts paintParts
)
Protected Overrides Sub PaintCells ( 
	graphics As Graphics,
	clipBounds As Rectangle,
	rowBounds As Rectangle,
	rowIndex As Integer,
	rowState As DataGridViewElementStates,
	isFirstDisplayedRow As Boolean,
	isLastVisibleRow As Boolean,
	paintParts As DataGridViewPaintParts
)

Parameters

graphics
Type: System.DrawingGraphics
The graphics.
clipBounds
Type: System.DrawingRectangle
The clip bounds.
rowBounds
Type: System.DrawingRectangle
The row bounds.
rowIndex
Type: SystemInt32
Index of the row.
rowState
Type: System.Windows.FormsDataGridViewElementStates
State of the row.
isFirstDisplayedRow
Type: SystemBoolean
if set to true [is first displayed row].
isLastVisibleRow
Type: SystemBoolean
if set to true [is last visible row].
paintParts
Type: System.Windows.FormsDataGridViewPaintParts
The paint parts.
Remarks
Will not execute if it is a group row.)
See Also