Displays a single column header in a ListView control.
[Visual Basic] Public Class ColumnHeader Inherits Component Implements ICloneable [C#] public class ColumnHeader : Component, ICloneable [C++] public __gc class ColumnHeader : public Component, ICloneable [JScript] public class ColumnHeader extends Component, ICloneable
When a ListView control displays information in report view, these objects represent the headers at the top of each column. Use various properties and methods of the ListView to manage the headers, in particular the OnColumnClick event.
Namespace: System.WinForms
Assembly: System.WinForms.dll