DataGridBoolColumn.Paint Method (Graphics, Rectangle, CurrencyManager, Int32, Boolean)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
This API supports the product infrastructure and is not intended to be used directly from your code.
Draws the DataGridBoolColumn with the given Graphics, Rectangle, row number, and alignment settings.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
protected internal override void Paint( Graphics g, Rectangle bounds, CurrencyManager source, int rowNum, bool alignToRight )
Parameters
- g
-
Type:
System.Drawing.Graphics
The Graphics to draw to.
- bounds
-
Type:
System.Drawing.Rectangle
The bounding Rectangle to paint into.
- source
-
Type:
System.Windows.Forms.CurrencyManager
The CurrencyManager of the column.
- rowNum
-
Type:
System.Int32
The number of the row in the underlying data table being referred to.
- alignToRight
-
Type:
System.Boolean
A value indicating whether to align the content to the right. true if the content is aligned to the right, otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: