The ListItem type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetIconKey |
Returns a key of the item icon for the specified View of the VirtualListView control. |
|
GetText |
Returns the specified text information of the item. |
|
GetType | (Inherited from Object.) | |
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. |
|
MemberwiseClone | (Inherited from Object.) | |
OnIconChanged |
Raises the IconChanged event. |
|
OnStateChanged |
Raises the StateChanged event. |
|
OnStateChanging |
Raises the StateChanging event. |
|
OnTextChanged |
Raises the TextChanged event. |
|
ToString | (Inherited from Object.) |
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. |
|
Texts |
Gets a hash table which stores all text information of the item. |
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. |