DrawListViewColumnHeaderEventArgs::Header Property

 

Gets the ColumnHeader representing the column header to draw.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property ColumnHeader^ Header {
	ColumnHeader^ get();
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: