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

Draws a border on the bottom DataGrid.GridLineWidth pixels of the bounding rectangle passed in.

[Visual Basic]
Overloads Overridable Protected Sub PaintBottomBorder( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal dataWidth As Integer _
)
[C#]
protected virtual void PaintBottomBorder(
   Graphics g,
   Rectangle bounds,
   int dataWidth
);
[C++]
protected: virtual void PaintBottomBorder(
   Graphics* g,
   Rectangle bounds,
   int dataWidth
);
[JScript]
protected function PaintBottomBorder(
   g : Graphics,
   bounds : Rectangle,
   dataWidth : int
);

Parameters

g
[To be supplied.]
bounds
[To be supplied.]
dataWidth
[To be supplied.]

See Also

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