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

[To be supplied.]

[Visual Basic]
Overrides Public Sub PaintHeader( _
   ByVal g As Graphics, _
   ByVal bounds As Rectangle, _
   ByVal alignToRight As Boolean, _
   ByVal isDirty As Boolean _
)
[C#]
public override void PaintHeader(
   Graphics g,
   Rectangle bounds,
   bool alignToRight,
   bool isDirty
);
[C++]
public: override void PaintHeader(
   Graphics* g,
   Rectangle bounds,
   bool alignToRight,
   bool isDirty
);
[JScript]
public override function PaintHeader(
   g : Graphics,
   bounds : Rectangle,
   alignToRight : Boolean,
   isDirty : Boolean
);

Parameters

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

See Also

DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace