DrawListViewColumnHeaderEventArgs Constructor
Initializes a new instance of the DrawListViewColumnHeaderEventArgs class.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public DrawListViewColumnHeaderEventArgs( Graphics graphics, Rectangle bounds, int columnIndex, ColumnHeader header, ListViewItemStates state, Color foreColor, Color backColor, Font font )
Parameters
- graphics
- Type: System.Drawing.Graphics
The Graphics surface on which to draw.
- bounds
- Type: System.Drawing.Rectangle
The Rectangle within which to draw.
- columnIndex
- Type: System.Int32
The index of the header's column within the ListView.Columns collection.
- header
- Type: System.Windows.Forms.ColumnHeader
The ColumnHeader representing the header to draw.
- state
- Type: System.Windows.Forms.ListViewItemStates
A bitwise combination of ListViewItemStates values indicating the current state of the column header.
- foreColor
- Type: System.Drawing.Color
The foreground Color of the header.
- backColor
- Type: System.Drawing.Color
The background Color of the header.
- font
- Type: System.Drawing.Font
The Font used for the header text.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.