Click or drag to resize

ShellListBaseItem Properties

The ShellListBaseItem type exposes the following members.

Properties
 NameDescription
Public propertyAbsoluteItemIdList Lazy loads and caches the ItemIdList corresponding to the complete path of the ListItem.
Protected propertyAbsoluteItemIdList_InternalSimple getter/setter for the AbsoluteItemIdList of this element.
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.
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.
Public propertyColumnInfoAvailable Returns true if the columns have been added as subitems
Public propertyCut Defines if the item's image should be shown ghosted or not.
Public propertyDetailsCompleted Returns true if item details have already been loaded.
Public propertyFullPath Use to get the full path of this item.
Public propertyIsFolderGets a value indicating whether this instance is a folder or a file.
Protected propertyItemIdListWorkItemHolds a WorkItem running for this instance.
Public propertyOverlayImage Gets or sets the "OverlayIndex" to use for the element. The index must be known as overlay in the ImageList.
Protected propertyQueuedCompleteDetailsWorkItemHolds an already queued workitem to complete the item details, to avoid queuing more than 1 workitem per item.
Public propertyRelativeItemIdList Get the relative PIDL of the current item.
Protected propertyRelativeItemIdList_Internal ItemIdList of this item relative to the folder p_Path ItemIdList.
Public propertyShellListView The same instance as ListView but typed as JamBaseShellListView.
Protected propertyTooltipWorkItemCache for the TooltipWorkItem to make sure only one is running at a time.
Protected propertyVariantColumnTexts This array holds the column texts of the item. It`s filled in FillSubitems.
Top
See Also