DrawListViewColumnHeaderEventArgs Constructor (Graphics^, Rectangle, Int32, ColumnHeader^, ListViewItemStates, Color, Color, Font^)
.NET Framework (current version)
Initializes a new instance of the DrawListViewColumnHeaderEventArgs class.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: