DataGridTextBoxColumn::PaintText Method (Graphics^, Rectangle, String^, Brush^, Brush^, Boolean)
.NET Framework (current version)
Draws the text and rectangle at the specified location with the specified colors and alignment.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected: void PaintText( Graphics^ g, Rectangle textBounds, String^ text, Brush^ backBrush, Brush^ foreBrush, bool alignToRight )
Parameters
- g
-
Type:
System.Drawing::Graphics^
A Graphics object used to draw the string.
- textBounds
-
Type:
System.Drawing::Rectangle
A Rectangle which contains the boundary data of the rectangle.
- text
-
Type:
System::String^
The string to be drawn to the screen.
- backBrush
-
Type:
System.Drawing::Brush^
A Brush that determines the rectangle's background color
- foreBrush
-
Type:
System.Drawing::Brush^
A Brush that determines the rectangles foreground color.
- alignToRight
-
Type:
System::Boolean
A value indicating whether the text is right-aligned.
.NET Framework
Available since 1.1
Available since 1.1
Show: