DataGridBoolColumn::Paint Method (Graphics^, Rectangle, CurrencyManager^, Int32)
.NET Framework (current version)
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 and row number.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual void Paint( Graphics^ g, Rectangle bounds, CurrencyManager^ source, int rowNum ) override
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 referred to in the underlying data.
This method paints the background with the background color in the graphics object passed in.
.NET Framework
Available since 1.1
Available since 1.1
Show: