NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColumnHeader Class

Displays a single column header in a ListView control.

Object
   Component
      ColumnHeader

[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

Remarks

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

ColumnHeader Members | System.WinForms Namespace