The ThumbnailListItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ThumbnailListItem | Overloaded. Creates and initializes new ThumbnailListItem class instance. |
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a new object that is a copy of the current instance. |
|
|
Create |
Creates an array of ThumbnailListItem objects based on specified Pidl objects. |
|
|
Equals | (Inherited from Object.) |
|
|
EvaluateMethod |
Starts execution of the specified method. |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetIconKey |
Returns a key of the item icon for the specified View of the ThumbnailListView control. (Overrides ListItem.GetIconKey(View).) |
|
|
GetMethodState |
Gets the state of the specified method. |
|
|
GetText |
Returns the specified text information of the item. (Overrides ListItem.GetText(Int32).) |
|
|
GetThumbnail |
Returns a thumbnail of the item. |
|
|
GetType | (Inherited from Object.) |
|
|
HasIcon |
Determines if an icon for the specified view exists. (Overrides ListItem.HasIcon(View).) |
|
|
HasText |
Returns value indicating whether the item has text information of specified type. (Inherited from ListItem.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
OnIconChanged |
Raises the IconChanged event. (Inherited from ListItem.) |
|
|
OnStateChanged |
Raises the StateChanged event. (Inherited from ListItem.) |
|
|
OnStateChanging |
Raises the StateChanging event. (Inherited from ListItem.) |
|
|
OnTextChanged |
Raises the TextChanged event. (Inherited from ListItem.) |
|
|
Reload |
Updates the list item, if its thumbnail bitmap is changed. |
|
|
SetThumbnail |
Sets a thumnbail of the list item. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
TextInfoIdCreationDate |
Identifier of the creation date column. Value is 3. |
|
|
TextInfoIdDisplayName |
Identifier of the display name column. Value is 0. |
|
|
TextInfoIdFileSize |
Identifier of the file size column. Value is 1. |
|
|
TextInfoIdFileType |
Identifier of the file type column. Value is 2. |
|
|
TextInfoIdPath |
Identifier of the path column. Value is 4. |
| Name | Description | |
|---|---|---|
|
|
Checked |
Gets/sets value indicating whether item is checked. (Inherited from ListItem.) |
|
|
CheckEnabled |
Gets/sets the value which shows/hides the check box. (Inherited from ListItem.) |
|
|
Focused |
Gets/sets value indicating whether the item has focus. (Inherited from ListItem.) |
|
|
MethodCount |
Gets a number of methods which the EvaluateMethod(Int32) can execute. |
|
|
Parent |
Gets/sets a parent ThumbnailListView control. (Overrides ListItem.Parent.) |
|
|
Pidl |
Gets the PIDL associated with the current item. |
|
|
Selected |
Gets/sets a value indicating whether the item is selected. (Inherited from ListItem.) |
|
|
Tag |
Gets/sets a custom data. (Inherited from ListItem.) |
|
|
Texts |
Gets a hash table which stores all text information of the item. (Inherited from ListItem.) |
| Name | Description | |
|---|---|---|
|
|
IconChanged |
Fires when the item icon or thumbnail has been changed. (Inherited from ListItem.) |
|
|
StateChanged |
Fires when the item state has been changed. (Inherited from ListItem.) |
|
|
StateChanging |
Fires when the item state is about to be changed. (Inherited from ListItem.) |
|
|
TextChanged |
Fires when them item text has been changed. (Inherited from ListItem.) |