[To be supplied.]
[Visual Basic] Overloads Public Sub PaintHeaderInside( _ ByVal g As Graphics, _ ByVal bounds As Rectangle, _ ByVal backBr As Brush, _ ByVal alignToRight As Boolean, _ ByVal isDirty As Boolean _ ) [C#] public void PaintHeaderInside( Graphics g, Rectangle bounds, Brush backBr, bool alignToRight, bool isDirty ); [C++] public: void PaintHeaderInside( Graphics* g, Rectangle bounds, Brush* backBr, bool alignToRight, bool isDirty ); [JScript] public function PaintHeaderInside( g : Graphics, bounds : Rectangle, backBr : Brush, alignToRight : Boolean, isDirty : Boolean );
DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace | DataGridRelationshipRow.PaintHeaderInside Overload List