Draws the specified text and surrounding rectangle at the specified location.
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);
DataGridTextBoxColumn Class | DataGridTextBoxColumn Members | System.WinForms Namespace