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