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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Overridable Protected Sub PaintBottomBorder(Graphics, Rectangle, Integer, Integer, Boolean)
[C#] protected virtual void PaintBottomBorder(Graphics, Rectangle, int, int, bool);
[C++] protected: virtual void PaintBottomBorder(Graphics*, Rectangle, int, int, bool);
[JScript] protected function PaintBottomBorder(Graphics, Rectangle, int, int, Boolean);

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

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

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace