TcxShellFolder.ParentShellFolder Property
Returns the parent folder for the shell item.
Declaration
property ParentShellFolder: IShellFolder read;
Property Value
| Type | Description |
|---|---|
| IShellFolder | The parent Windows Shell item of the shell item. |
Remarks
The ParentShellFolder property returns the immediate parent of the shell item. Windows Desktop is the parent for shell items within the root of the Windows Shell namespace.
See Also