[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 );
DataGridRelationshipRow Class | DataGridRelationshipRow Members | System.WinForms Namespace