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

Draws the specified text and surrounding rectangle at the specified location.

Overload List

Draws the text and rectangle at the given location with the specified alignment.

[Visual Basic] Overloads Protected Sub PaintText(Graphics, Rectangle, String, Boolean)
[C#] protected void PaintText(Graphics, Rectangle, String, bool);
[C++] protected: void PaintText(Graphics*, Rectangle, String, bool);
[JScript] protected function PaintText(Graphics, Rectangle, String, Boolean);

Draws the text and rectangle at the specified location with the specified colors and alignment.

[Visual Basic] Overloads Protected Sub PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean)
[C#] protected void PaintText(Graphics, Rectangle, String, Brush, Brush, bool);
[C++] protected: void PaintText(Graphics*, Rectangle, String, Brush, Brush, bool);
[JScript] protected function PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean);

See Also

DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace