The ListViewItem class represents an item in a list view control.
A bitmap object containing the item's image
Retrieves the bitmap of a list view item
A string containing the text of the item's subitem label
Retrieves the subitem text of a list view item. The subitem text values are only displayed in Detail view mode. column_index parameter is zero-based, meaning that passing zero to this parameter will retrieve the item's normal label text.
The index of the list view item
Retrieves the zero-based index of an item inside a list view control
A string containing the text of the item's label
Retrieves the label text of a list view item
True if the bitmap was properly set, false otherwise
Sets the bitmap of a list view item
True if the item text was properly set, false otherwise
Calling setColumnText() sets the text of a list view subitem. Subitem text values are only displayed in Detail view mode. The column_index parameter is zero-based, meaning that passing zero to this parameter will change the item's label text.
True if the item text was properly set, false otherwise
Sets the label text of a list view item