ColumnHeader Properties
.NET Framework 4.5
The ColumnHeader type exposes the following members.
| Name | Description | |
|---|---|---|
|
CanRaiseEvents | Gets a value indicating whether the component can raise an event. (Inherited from Component.) |
|
Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
|
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Inherited from Component.) |
|
DisplayIndex | Gets or sets the display order of the column relative to the currently displayed columns. |
|
Events | Gets the list of event handlers that are attached to this Component. (Inherited from Component.) |
|
ImageIndex | Gets or sets the index of the image displayed in the ColumnHeader. |
|
ImageKey | Gets or sets the key of the image displayed in the column. |
|
ImageList | Gets the image list associated with the ColumnHeader. |
|
Index | Gets the location with the ListView control's ListView.ColumnHeaderCollection of this column. |
|
ListView | Gets the ListView control the ColumnHeader is located in. |
|
Name | Gets or sets the name of the ColumnHeader. |
|
Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
|
Tag | Gets or sets an object that contains data to associate with the ColumnHeader. |
|
Text | Gets or sets the text displayed in the column header. |
|
TextAlign | Gets or sets the horizontal alignment of the text displayed in the ColumnHeader. |
|
Width | Gets or sets the width of the column. |