HeaderItem Interface Reference

A HeaderItem object represents one header item in an Header. More...

Inheritance diagram for HeaderItem:

Inheritance graph
Collaboration diagram for HeaderItem:

Collaboration graph
List of all members.

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.

Detailed Description

A HeaderItem object represents one header item in an Header.

See also HeaderItemEvents.


Property Documentation

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.

Since:
1.1.9.

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.

Since:
1.1.9.

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.

Since:
1.1.9.

IDispatch* R Owner

Gets the parent control.

This may be a ListView or a Header.

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

Gets or sets the text align of the header item.

This parameter can be one of the following values:

VARIANT_BOOL RW Visible

Shows or hides the item.

Since:
1.1.10.

LONG RW Width

Gets or sets the width of the header item.


WSO 1.1 Documentation. Date modified:Wed Aug 12 18:12:42 2015. (C) Veretennikov A. B. 2004-2015