NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridRow.PaintCellContents (Graphics, Rectangle, DataGridColumn, Brush, Brush)

[To be supplied.]

[Visual Basic]
Overloads Overridable Protected Sub PaintCellContents( _
   ByVal g As Graphics, _
   ByVal cellBounds As Rectangle, _
   ByVal column As DataGridColumn, _
   ByVal backBr As Brush, _
   ByVal foreBrush As Brush _
)
[C#]
protected virtual void PaintCellContents(
   Graphics g,
   Rectangle cellBounds,
   DataGridColumn column,
   Brush backBr,
   Brush foreBrush
);
[C++]
protected: virtual void PaintCellContents(
   Graphics* g,
   Rectangle cellBounds,
   DataGridColumn* column,
   Brush* backBr,
   Brush* foreBrush
);
[JScript]
protected function PaintCellContents(
   g : Graphics,
   cellBounds : Rectangle,
   column : DataGridColumn,
   backBr : Brush,
   foreBrush : Brush
);

Parameters

g
[To be supplied.]
cellBounds
[To be supplied.]
column
[To be supplied.]
backBr
[To be supplied.]
foreBrush
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace | DataGridRow.PaintCellContents Overload List