Defines a common interface for ShellListItem and ShellTreeNode.
It will be extended in the future.
| C# | Visual Basic | Visual C++ |
public interface IShellItem
Public Interface IShellItem
public interface class IShellItem
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CreateFolder(String) |
Creates a sub folder to this item if this item is a folder item
| |
| Cut |
Show the icon of a FileItem "ghosted" if the user has
performed the cut operation (Ctrl-X)
| |
| FullPath |
Get the full path of the item.
| |
| OverlayImage |
The index of the overlay image in the system image list
that should be shown in front of the normal icon.
| |
| Rename(String) |
Rename a file item
|