DrawListViewColumnHeaderEventArgs Constructor

Definition

Initializes a new instance of the DrawListViewColumnHeaderEventArgs class.

C#
public DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font);
C#
public DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader? header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font? font);

Parameters

graphics
Graphics

The Graphics surface on which to draw.

bounds
Rectangle

The Rectangle within which to draw.

columnIndex
Int32

The index of the header's column within the Columns collection.

header
ColumnHeader

The ColumnHeader representing the header to draw.

state
ListViewItemStates

A bitwise combination of ListViewItemStates values indicating the current state of the column header.

foreColor
Color

The foreground Color of the header.

backColor
Color

The background Color of the header.

font
Font

The Font used for the header text.

Applies to

Product Versions
.NET Framework 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, 3.1, 5, 6, 7, 8, 9