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.PaintData (Graphics, Rectangle, Int32, Int32)

Paints the row.

[Visual Basic]
Overloads Overridable Public Function PaintData( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal firstVisibleColumn As Integer, _
   ByVal nCols As Integer _
) As Integer
[C#]
public virtual int PaintData(
   Graphics g,
   Rectangle bounds,
   int firstVisibleColumn,
   int nCols
);
[C++]
public: virtual int PaintData(
   Graphics* g,
   Rectangle bounds,
   int firstVisibleColumn,
   int nCols
);
[JScript]
public function PaintData(
   g : Graphics,
   bounds : Rectangle,
   firstVisibleColumn : int,
   nCols : int
) : int;

Parameters

g
[To be supplied.]
bounds
[To be supplied.]
firstVisibleColumn
[To be supplied.]
nCols
[To be supplied.]

Return Value

The width of bounds painted with data

See Also

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