ListViewFilterHeader Class

This class encapsulates the standard HeaderControl that is not currently implemented in the .NET Framework. This is specific for use with a ListViewFilter control in this assembly. The primary reason for this is to get access to the Win32 HDM_ messages to get/set values that are not published by the System.Windows.Forms.ColumnHeader class in .NET. NOTE: This control works very well in XP since it uses the HDF_SORTUP/HDF_SORTDN flags to display the up/down icon. But you must have a manifest that states using CommCtrl version 6.0 or greater, since that is where it is implemented...

Definition

Namespace: PCB_Investigator.PCBIControls.ListViewFilter
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
C#
public class ListViewFilterHeader : NativeWindow
Inheritance
Object    MarshalByRefObject    NativeWindow    ListViewFilterHeader

See Also