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!

DataGridTextBoxColumn.Paint

Paints the column in the DataGrid control.

Overload List

Paints the a TBD with the specified Graphics, TBD, DataView, and row number.

[Visual Basic] Overloads Overrides Public Sub Paint(Graphics, Rectangle, ListManager, Integer)
[C#] public override void Paint(Graphics, Rectangle, ListManager, int);
[C++] public: override void Paint(Graphics*, Rectangle, ListManager, int);
[JScript] public override function Paint(Graphics, Rectangle, ListManager, int);

Paints a TBD with the specified TBD, TBD, DataView, row number, and alignment.

[Visual Basic] Overloads Overrides Public Sub Paint(Graphics, Rectangle, ListManager, Integer, Boolean)
[C#] public override void Paint(Graphics, Rectangle, ListManager, int, bool);
[C++] public: override void Paint(Graphics*, Rectangle, ListManager, int, bool);
[JScript] public override function Paint(Graphics, Rectangle, ListManager, int, Boolean);

Paints a TBD with the specified Graphics, TBD, DataView, row number, background color, and foreground color..

[Visual Basic] Overloads Overrides Public Sub Paint(Graphics, Rectangle, ListManager, Integer, Brush, Brush, Boolean)
[C#] public override void Paint(Graphics, Rectangle, ListManager, int, Brush, Brush, bool);
[C++] public: override void Paint(Graphics*, Rectangle, ListManager, int, Brush, Brush, bool);
[JScript] public override function Paint(Graphics, Rectangle, ListManager, int, Brush, Brush, Boolean);

See Also

DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace