ListSubItem Interface Reference

A ListSubItem object represents one subitem in an ListView. More...

List of all members.

Properties

BSTR RW Text []
 Gets or sets the text of the subitem.
LONG RW ImageIndex []
 Gets or sets the image index of the subitem.
IDispatch *RW Font []
 Returns or sets the Font for the subitem.
IDispatch *R Parent []
 Returns the ListItem for the subitem.


Detailed Description

A ListSubItem object represents one subitem in an ListView.

See also SubItemsEx.

Since:
1.1.12.


Property Documentation

IDispatch* RW Font

Returns or sets the Font for the subitem.

Property CustomDraw of the parent ListView control must be "TRUE".

Since:
1.1.12.

LONG RW ImageIndex

Gets or sets the image index of the subitem.

Parameters:
Index Specifies the zero-based index of the subitem.
Since:
1.1.12.

IDispatch* R Parent

Returns the ListItem for the subitem.

Since:
1.1.17.

BSTR RW Text

Gets or sets the text of the subitem.

Parameters:
Index Specifies the zero-based index of the subitem.
Since:
1.1.12.


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