ColumnHeader Class

Describes the column header parameters for a text column within a control.

Namespace: elsystem.

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property DisplayIndex int Gets or sets the display order of the column, relative to the currently displayed columns.
Public property Index int Gets the location of the column within the control's ColumnHeaderCollection.
Public property Name string Gets or sets the name of the ColumnHeader.
Public property Text string Gets or sets the text to be displayed in the column header line.
Public property TextAlign object Gets or sets the HorizontalAlignment of the text within a column
Public property Width int Gets or sets the width of a text column.
Methods
  Name Description
Public property Create() Initializes a new instance of the ColumnHeader class.
Public property Create(text,eTextAlign,width) Initializes a new instance of the ColumnHeader class using the specified parameters.  Parameters include the Text for the column header, the alignment of text within the column, and the width of the column.
Inheritance Hierarchy

elsystem.Object

elsystem.DotNetObject

elsystem.windows.forms.ColumnHeader