DataGridColumnStyle::Paint Method (Graphics^, Rectangle, CurrencyManager^, Int32, Brush^, Brush^, Boolean)
.NET Framework (current version)
Paints a DataGridColumnStyle with the specified Graphics, Rectangle, CurrencyManager, row number, background color, foreground color, and alignment.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public protected: virtual void Paint( Graphics^ g, Rectangle bounds, CurrencyManager^ source, int rowNum, Brush^ backBrush, Brush^ foreBrush, 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 System.Windows.Forms::DataGrid control the column belongs to.
- rowNum
-
Type:
System::Int32
The number of the row in the underlying data table being referred to.
- backBrush
-
Type:
System.Drawing::Brush^
A Brush used to paint the background color.
- foreBrush
-
Type:
System.Drawing::Brush^
A Color used to paint the foreground color.
- 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: