This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumn Members

The ListColumn type exposes the following members.

Constructors

Name Description
Public method ListColumn Overloaded.

Creates and initializes new ListColumn class instance.

Methods

Name Description
Public method Clone

Returns full copy of this ListColumn instance.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Caption

Gets/sets the caption of the column.

Public property Parent

Gets the ThumbnailListView control which owns this column.

Public property TextAlignment

Gets/sets the column text alignment.

Public property TextInfoId

Gets/sets the identifier of text information which should be displayed in this column.

Public property Width

Gets/sets the column width.

Events

Name Description
Public event ColumnChanged

Raised when column properties are changed.

See Also

Reference