This documentation is for the old version. Go to the latest Graphics Mill docs

ThumbnailListItem Members

The ThumbnailListItem type exposes the following members.

Constructors

Name Description
Public method ThumbnailListItem Overloaded.

Creates and initializes new ThumbnailListItem class instance.

Methods

Name Description
Public method Clone

Creates a new object that is a copy of the current instance.

Public method Static member Create

Creates an array of ThumbnailListItem objects based on specified Pidl objects.

Public method Equals (Inherited from Object.)
Public method EvaluateMethod

Starts execution of the specified method.

Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetIconKey

Returns a key of the item icon for the specified View of the ThumbnailListView control.

(Overrides ListItem.GetIconKey(View).)
Public method GetMethodState

Gets the state of the specified method.

Public method GetText

Returns the specified text information of the item.

(Overrides ListItem.GetText(Int32).)
Public method GetThumbnail

Returns a thumbnail of the item.

Public method GetType (Inherited from Object.)
Public method HasIcon

Determines if an icon for the specified view exists.

(Overrides ListItem.HasIcon(View).)
Public method HasText

Returns value indicating whether the item has text information of specified type.

(Inherited from ListItem.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnIconChanged

Raises the IconChanged event.

(Inherited from ListItem.)
Protected method OnStateChanged

Raises the StateChanged event.

(Inherited from ListItem.)
Protected method OnStateChanging

Raises the StateChanging event.

(Inherited from ListItem.)
Protected method OnTextChanged

Raises the TextChanged event.

(Inherited from ListItem.)
Public method Reload

Updates the list item, if its thumbnail bitmap is changed.

Public method SetThumbnail

Sets a thumnbail of the list item.

Public method ToString (Inherited from Object.)

Fields

Name Description
Public field Static member TextInfoIdCreationDate

Identifier of the creation date column. Value is 3.

Public field Static member TextInfoIdDisplayName

Identifier of the display name column. Value is 0.

Public field Static member TextInfoIdFileSize

Identifier of the file size column. Value is 1.

Public field Static member TextInfoIdFileType

Identifier of the file type column. Value is 2.

Public field Static member TextInfoIdPath

Identifier of the path column. Value is 4.

Properties

Name Description
Public property Checked

Gets/sets value indicating whether item is checked.

(Inherited from ListItem.)
Public property CheckEnabled

Gets/sets the value which shows/hides the check box.

(Inherited from ListItem.)
Public property Focused

Gets/sets value indicating whether the item has focus.

(Inherited from ListItem.)
Public property MethodCount

Gets a number of methods which the EvaluateMethod(Int32) can execute.

Public property Parent

Gets/sets a parent ThumbnailListView control.

(Overrides ListItem.Parent.)
Public property Pidl

Gets the PIDL associated with the current item.

Public property Selected

Gets/sets a value indicating whether the item is selected.

(Inherited from ListItem.)
Public property Tag

Gets/sets a custom data.

(Inherited from ListItem.)
Protected property Texts

Gets a hash table which stores all text information of the item.

(Inherited from ListItem.)

Events

Name Description
Public event IconChanged

Fires when the item icon or thumbnail has been changed.

(Inherited from ListItem.)
Public event StateChanged

Fires when the item state has been changed.

(Inherited from ListItem.)
Public event StateChanging

Fires when the item state is about to be changed.

(Inherited from ListItem.)
Public event TextChanged

Fires when them item text has been changed.

(Inherited from ListItem.)

See Also

Reference