DataGridTextBoxColumn::Paint Method (Graphics^, Rectangle, CurrencyManager^, Int32, Boolean)
.NET Framework (current version)
Paints a DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, row number, and alignment.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual void Paint( Graphics^ g, Rectangle bounds, CurrencyManager^ source, int rowNum, bool alignToRight ) override
Parameters
- g
-
Type:
System.Drawing::Graphics^
The Graphics object to draw to.
- bounds
-
Type:
System.Drawing::Rectangle
The bounding Rectangle to paint into.
- source
-
Type:
System.Windows.Forms::CurrencyManager^
The CurrencyManager of the DataGrid the that contains the column.
- rowNum
-
Type:
System::Int32
The number of the row in the underlying data table.
- alignToRight
-
Type:
System::Boolean
A value indicating whether to align the column's content to the right. true if the content should be aligned to the right; otherwise, false.
The Paint method uses the GetColumnValueAtRow to determine the value to draw in the cell. The PaintText method is called to draw the cell and its contents.
.NET Framework
Available since 1.1
Available since 1.1
Show: