DataGridBoolColumn.Paint Method

Definition

Paints a column.

Overloads

Paint(Graphics, Rectangle, CurrencyManager, Int32)

Draws the DataGridBoolColumn with the given Graphics, Rectangle and row number.

protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);

Parameters

g
Graphics

The Graphics to draw to.

bounds
Rectangle

The bounding Rectangle to paint into.

source
CurrencyManager

The CurrencyManager of the column.

rowNum
Int32

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

Remarks

This method paints the background with the background color in the graphics object passed in.

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0

Paint(Graphics, Rectangle, CurrencyManager, Int32, Boolean)

Draws the DataGridBoolColumn with the given Graphics, Rectangle, row number, and alignment settings.

protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);

Parameters

g
Graphics

The Graphics to draw to.

bounds
Rectangle

The bounding Rectangle to paint into.

source
CurrencyManager

The CurrencyManager of the column.

rowNum
Int32

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

alignToRight
Boolean

A value indicating whether to align the content to the right. true if the content is aligned to the right, otherwise, false.

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0

Paint(Graphics, Rectangle, CurrencyManager, Int32, Brush, Brush, Boolean)

Draws the DataGridBoolColumn with the given Graphics, Rectangle, row number, Brush, and Color.

protected internal override void Paint (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight);

Parameters

g
Graphics

The Graphics to draw to.

bounds
Rectangle

The bounding Rectangle to paint into.

source
CurrencyManager

The CurrencyManager of the column.

rowNum
Int32

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

backBrush
Brush

A Brush used to paint the background color.

foreBrush
Brush

A Color used to paint the foreground color.

alignToRight
Boolean

A value indicating whether to align the content to the right. true if the content is aligned to the right, otherwise, false.

Remarks

Paints the check box in the column.

See also

Applies to

.NET Framework 4.8.1 dan versi lainnya
Produk Versi
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0