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.PaintPositionArrow

Paints a selection arrow onto the graphics context and returns the width of the area painted.

[Visual Basic]
Protected Function PaintPositionArrow( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal backBrush As Brush, _
   ByVal alignToRight As Boolean _
) As Integer
[C#]
protected int PaintPositionArrow(
   Graphics g,
   Rectangle bounds,
   Brush backBrush,
   bool alignToRight
);
[C++]
protected: int PaintPositionArrow(
   Graphics* g,
   Rectangle bounds,
   Brush* backBrush,
   bool alignToRight
);
[JScript]
protected function PaintPositionArrow(
   g : Graphics,
   bounds : Rectangle,
   backBrush : Brush,
   alignToRight : Boolean
) : int;

Parameters

g
[To be supplied.]
bounds
[To be supplied.]
backBrush
[To be supplied.]
alignToRight
[To be supplied.]

See Also

DataGridRow Class | DataGridRow Members | System.WinForms Namespace