DataGridTextBoxColumn::PaintText Method (Graphics^, Rectangle, String^, Boolean)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
void PaintText(
	Graphics^ g,
	Rectangle bounds,
	String^ text,
	bool alignToRight
)

Parameters

g
Type: System.Drawing::Graphics^

A Graphics object used to draw the string.

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

alignToRight
Type: System::Boolean

A value indicating whether the text is right-aligned.

The PaintText method uses the DataFormats::Format object set with the Format property to format the value before drawing it to the screen.

The Paint method calls the PaintText method.

.NET Framework
Available since 1.1
Return to top
Show: