Represents an item of the Windows shell namespace in a ShellSystemList
| C# | Visual Basic | Visual C++ |
public class ShellSystemListItem : IListBaseItem
Public Class ShellSystemListItem _ Implements IListBaseItem
public ref class ShellSystemListItem : IListBaseItem
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ShellSystemListItem(ShellSystemList, ItemIdList, Int32) |
Construct a new item.
| |
| Caption |
Get the caption of the ItemIdList this Item represents.
Caption. This does not neccessarily represent the
full filename of the item, instead refer to the FullPath property
if this functionality is needed.
| |
| Cut |
Defines if the item's image should be shown ghosted or not.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| FullPath |
Return the full path within the filesystem.
This may be empty, if the item has no filesystem path.
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Index |
Get the index within the list
| |
| ItemIdList |
Get the ItemIdList that specifies the item in the filesystem.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OverlayImage |
The index of the overlay image in the system image list that should be shown in front of the normal icon.
| |
| ShellSystemList |
Get the ShellSystemList view that this item is associated with.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ShellSystemListItem | |