| Properties | |
| BSTR R | Text  [] | 
| Returns the text of the item. | |
| LONG R | ImageIndex  [] | 
| Returns the image index of the item in the Images. | |
| VARIANT_BOOL R | Selected  [] | 
| Returns the selection state of the item. | |
| VARIANT_BOOL R | Focused  [] | 
| Returns the focused state of the item. | |
| LONG R | Index  [] | 
| Returns the index of the item. | |
| IDispatch *RW | Font  [] | 
| Returns or sets the Font for the item. | |
| ULONG RW | TextBkColor  [] | 
| Returns or sets the background color for the item. | |
| VARIANT R | ItemData  [] | 
| IDispatch *RW | Brush  [] | 
| ULONG RW | Indent  [] | 
| Sets or retrieves the number of pixels to indent the item. | |
With this object font and colors of an list element can be specified in the OnDrawItem event handler.
| IDispatch* RW Brush | 
| VARIANT_BOOL R Focused | 
| IDispatch* RW Font | 
Returns or sets the Font for the item.
| LONG R ImageIndex | 
| ULONG RW Indent | 
Sets or retrieves the number of pixels to indent the item.
| LONG R Index | 
Returns the index of the item.
| VARIANT R ItemData | 
| VARIANT_BOOL R Selected | 
| BSTR R Text | 
| ULONG RW TextBkColor | 
Returns or sets the background color for the item.
If COLOR_NONE then component's color used. Default value: COLOR_NONE.