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, Int32, Boolean)

[To be supplied.]

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

Parameters

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

See Also

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