DataGridColumnStyle::Paint Method (Graphics^, Rectangle, CurrencyManager^, Int32)

 

Paints the DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, and row number.

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

public protected:
virtual void Paint(
	Graphics^ g,
	Rectangle bounds,
	CurrencyManager^ source,
	int rowNum
) abstract

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 System.Windows.Forms::DataGrid control the column belongs to.

rowNum
Type: System::Int32

The number of the row in the underlying data being referred to.

.NET Framework
Available since 1.1
Return to top
Show: