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

IListItem Members

The IListItem type exposes the following members.

Methods

Name Description
Public method GetIconKey

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

Public method GetText

Returns the item text information of the specified type.

Public method HasIcon

Returns value indicating whether the item has an icon for specified view mode of the ThumbnailListView.

Public method HasText

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

Properties

Name Description
Public property Checked

Gets/sets value indicating whether item is checked.

Public property CheckEnabled

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

Public property Focused

Gets/sets value indicating whether the item has focus.

Public property Parent

Gets/sets a parent ThumbnailListView control of this item.

Public property Selected

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

Public property Tag

Gets/sets a custom data.

Events

Name Description
Public event IconChanged

Fires when the item icon or thumbnail has been changed.

Public event StateChanged

Fires when the item state has been changed.

Public event StateChanging

Fires when the item state is about to be changed.

Public event TextChanged

Fires when them item text has been changed.

See Also

Reference