[To be supplied.]
[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);
DataGridRow Class | DataGridRow Members | System.WinForms Namespace