KryptonOutlookGrid.OnCellPainting Method

Krypton OutlookGrid

KryptonOutlookGridOnCellPainting Method
Krypton OutlookGrid v1.6.0
Raises the [E:CellPainting] event.

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 OnCellPainting(
	DataGridViewCellPaintingEventArgs e
)
Protected Overrides Sub OnCellPainting ( 
	e As DataGridViewCellPaintingEventArgs
)

Parameters

e
Type: System.Windows.FormsDataGridViewCellPaintingEventArgs
The DataGridViewCellPaintingEventArgs instance containing the event data.
Remarks
Draws a line for drag and drop
See Also