Inheritance diagram for HeaderItem:


| Properties | |
| BSTR RW | Text  [] | 
| Gets or sets the text of the header item. | |
| LONG RW | Width  [] | 
| Gets or sets the width of the header item. | |
| LONG RW | TextAlign  [] | 
| Gets or sets the text align of the header item. | |
| LONG RW | ImageIndex  [] | 
| The ImageIndex in the parent controls's ImageList. | |
| LONG RW | DataType  [] | 
| Gets or sets the data type for the column. | |
| LONG RW | SortType  [] | 
| Gets or sets the sort mode for the column. | |
| LONG R | Index  [] | 
| Gets the column index in the parent control's columns list. | |
| IDispatch *R | Owner  [] | 
| Gets the parent control. | |
| LONG RW | Order  [] | 
| The order in which the item appears within the header control. | |
| VARIANT_BOOL RW | Visible  [] | 
| Shows or hides the item. | |
| VARIANT W | OnClick  [] | 
| Sets the event handler for the OnClick event. | |
| VARIANT W | OnResize  [] | 
| Sets the event handler for the OnResize event. | |
| VARIANT W | OnBeginTrack  [] | 
| Sets the event handler for the OnBeginTrack event. | |
| VARIANT W | OnTrack  [] | 
| Sets the event handler for the OnTrack event. | |
| VARIANT W | OnDividerDblClick  [] | 
| Sets the event handler for the OnDividerDblClick event. | |
| VARIANT W | OnBeginDrag  [] | 
| Sets the event handler for the OnBeginDrag event. | |
| VARIANT W | OnEndDrag  [] | 
| Sets the event handler for the OnEndDrag event. | |
See also HeaderItemEvents.
| LONG RW DataType | 
Gets or sets the data type for the column.
Default value DT_NONE.
| LONG RW ImageIndex | 
The ImageIndex in the parent controls's ImageList.
| LONG R Index | 
Gets the column index in the parent control's columns list.
| VARIANT W OnBeginDrag | 
Sets the event handler for the OnBeginDrag event.
| VARIANT W OnBeginTrack | 
Sets the event handler for the OnBeginTrack event.
This event occurs when the user starts resizing the header item.
| VARIANT W OnClick | 
Sets the event handler for the OnClick event.
This event occurs when the user clicks the header item.
| VARIANT W OnDividerDblClick | 
Sets the event handler for the OnDividerDblClick event.
This event occurs when the user double clicked by the divider of the header items.
| VARIANT W OnEndDrag | 
Sets the event handler for the OnEndDrag event.
| VARIANT W OnResize | 
Sets the event handler for the OnResize event.
This event occurs when the user resizes the header item.
| VARIANT W OnTrack | 
Sets the event handler for the OnTrack event.
This event occurs when the user resizing the header item.
| LONG RW Order | 
The order in which the item appears within the header control.
| LONG RW SortType | 
Gets or sets the sort mode for the column.
This parameter can be one of the following values:
| BSTR RW Text | 
Gets or sets the text of the header item.
| LONG RW TextAlign | 
| VARIANT_BOOL RW Visible | 
Shows or hides the item.
| LONG RW Width | 
Gets or sets the width of the header item.