The IListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() |
GetIconKey |
Returns a key of the item icon for the specified View of the ThumbnailListView control. |
![]() |
GetText |
Returns the item text information of the specified type. |
![]() |
HasIcon |
Returns value indicating whether the item has an icon for specified view mode of the ThumbnailListView. |
![]() |
HasText |
Returns value indicating whether the item has text information of specified type. |
Name | Description | |
---|---|---|
![]() |
Checked |
Gets/sets value indicating whether item is checked. |
![]() |
CheckEnabled |
Gets/sets the value which shows/hides the check box. |
![]() |
Focused |
Gets/sets value indicating whether the item has focus. |
![]() |
Parent |
Gets/sets a parent ThumbnailListView control of this item. |
![]() |
Selected |
Gets/sets a value indicating whether the item is selected. |
![]() |
Tag |
Gets/sets a custom data. |
Name | Description | |
---|---|---|
![]() |
IconChanged |
Fires when the item icon or thumbnail has been changed. |
![]() |
StateChanged |
Fires when the item state has been changed. |
![]() |
StateChanging |
Fires when the item state is about to be changed. |
![]() |
TextChanged |
Fires when them item text has been changed. |