EasyLanguage Object Reference

ColumnHeader Class

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

Namespace: elsystem.

[ Expand All ]
Properties
  Name Type Description
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(text,eTextAlign,width) Initializes a new instance of a ColumnHeader class.  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.windows.forms.ColumnHeader