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!

DataGridRelationshipRow.PaintHeaderInside (Graphics, Rectangle, Brush, Boolean, Boolean)

[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
);

Parameters

g
[To be supplied.]
bounds
[To be supplied.]
backBr
[To be supplied.]
alignToRight
[To be supplied.]
isDirty
[To be supplied.]

See Also

DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace | DataGridRelationshipRow.PaintHeaderInside Overload List