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.BackBrushForDataPaint

Returns the BackColor and TextColor that the Graphics object should use for the appropriate values for a given row and column when painting the data.

[Visual Basic]
Protected Function BackBrushForDataPaint( _
   ByRef current As DataGridCell, _
   ByVal gridColumn As DataGridColumn, _
   ByVal column As Integer _
) As Brush
[C#]
protected Brush BackBrushForDataPaint(
   ref DataGridCell current,
   DataGridColumn gridColumn,
   int column
);
[C++]
protected: Brush* BackBrushForDataPaint(
   DataGridCell** current,
   DataGridColumn* gridColumn,
   int column
);
[JScript]
protected function BackBrushForDataPaint(
   current : DataGridCell,
   gridColumn : DataGridColumn,
   column : int
) : Brush;

Parameters

current
[To be supplied.]
gridColumn
[To be supplied.]
column
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace