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. |
See also SubItemsEx.
IDispatch* RW Font |
Returns or sets the Font for the subitem.
Property CustomDraw of the parent ListView control must be "TRUE".
LONG RW ImageIndex |
Gets or sets the image index of the subitem.
Index | Specifies the zero-based index of the subitem. |
IDispatch* R Parent |
BSTR RW Text |
Gets or sets the text of the subitem.
Index | Specifies the zero-based index of the subitem. |