Click or drag to resize

ShellListItem Properties

The ShellListItem type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteItemIdList
Lazy loads and caches the ItemIdList corresponding to the complete path of the ListItem.
(Inherited from ShellListBaseItem.)
Protected propertyAbsoluteItemIdList_Internal
Simple getter/setter for the AbsoluteItemIdList of this element.
(Inherited from ShellListBaseItem.)
Public propertyChecked
This property calls CheckState and returns true only if the item is CheckState.Checked and false if in CheckState.Grayed or CheckState.UnChecked.
(Inherited from ShellListBaseItem.)
Public propertyCheckState
If the CheckBoxes property of the ShellListView is true then this property can be used to get or set the check state. If the value that is set changes the item's checkstate, and a ShellControlConnector is assigned to the ShellListView the item is contained in, the SelectionList will be updated accordingly.
(Inherited from ShellListBaseItem.)
Public propertyColumnInfoAvailable
Returns true if the columns have been added as subitems
(Inherited from ShellListBaseItem.)
Public propertyCut
Defines if the item's image should be shown ghosted or not.
(Inherited from ShellListBaseItem.)
Public propertyDetailsCompleted
Returns true if item details have already been loaded.
(Inherited from ShellListBaseItem.)
Public propertyFullPath
Use to get the full path of this item.
(Inherited from ShellListBaseItem.)
Public propertyIsFolder
Is true if this item is a folder; false otherwise.
(Overrides ShellListBaseItemIsFolder.)
Public propertyIsParentFolderItem
Returns true, if this item represents the parent folder, which is usually displayed as ".."
Protected propertyItemIdListWorkItem
Holds a WorkItem running for this instance.
(Inherited from ShellListBaseItem.)
Public propertyListView
A ShellListView that contains this item.
Public propertyOverlayImage
Gets or sets the "OverlayIndex" to use for the element. The index must be known as overlay in the ImageList.
(Inherited from ShellListBaseItem.)
Protected propertyQueuedCompleteDetailsWorkItem
Holds an already queued workitem to complete the item details, to avoid queuing more than 1 workitem per item.
(Inherited from ShellListBaseItem.)
Public propertyRelativeItemIdList
Get the relative PIDL of the current item.
(Inherited from ShellListBaseItem.)
Protected propertyRelativeItemIdList_Internal
ItemIdList of this item relative to the folder p_Path ItemIdList.
(Inherited from ShellListBaseItem.)
Public propertyShellListView
The same instance as ListViewListView but typed as ShellListView.
Protected propertyTooltipWorkItem
Cache for the TooltipWorkItem to make sure only one is running at a time.
(Inherited from ShellListBaseItem.)
Protected propertyVariantColumnTexts
This array holds the column texts of the item. It`s filled in FillSubitems.
(Inherited from ShellListBaseItem.)
Top
See Also