TcxShellFolderProperty Enum
Enumerates shell item properties.
Declaration
TcxShellFolderProperty = (
sfpBrowsable,
sfpCompressed,
sfpEncrypted,
sfpNewContent,
sfpNonEnumerated,
sfpRemovable
);
Members
Name | Description |
---|---|
sfpBrowsable
|
The shell item cam be hosted inside a web browser or Windows Explorer frame. |
sfpCompressed
|
The shell item is compressed. |
sfpEncrypted
|
The shell item is encrypted. |
sfpNewContent
|
The shell item has new content. |
sfpNonEnumerated
|
The shell item is a non-enumerated item. An enumerator created by the IShellFolder.EnumObjects method does not return such items. |
sfpRemovable
|
The shell item is a removable device or it is located on a removable device. |
Remarks
The TcxShellFolderProperties type references the TcxShellFolderProperty
type.
See Also