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 );
DataGridRow Class | DataGridRow Members | System.WinForms Namespace | DataGridRow.PaintBottomBorder Overload List