DrawListViewColumnHeaderEventArgs::Header Property
.NET Framework (current version)
Gets the ColumnHeader representing the column header to draw.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms::ColumnHeader^The ColumnHeader representing the column header.
This property is useful when the State property does not provide adequate information to meet your needs. The State property provides only basic state information that you can use, for example, to determine whether the mouse is over the column header. The Header property, on the other hand, allows you to access all members of the ColumnHeader representing the header.
The following code example demonstrates how to use the Header property in an application that provides custom drawing for a ListView control.
For the complete example, see the DrawListViewColumnHeaderEventArgs overview reference topic.
.NET Framework
Available since 2.0
Available since 2.0
Show: