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...
Namespace: PCB_Investigator.PCBIControls.ListViewFilterAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public class ListViewFilterHeader : NativeWindow
Public Class ListViewFilterHeader
Inherits NativeWindow
public ref class ListViewFilterHeader : public NativeWindow
type ListViewFilterHeader =
class
inherit NativeWindow
end
- Inheritance
- Object MarshalByRefObject NativeWindow ListViewFilterHeader