TcxShellFolder.Properties Property
Returns the shell item’s property flags.
Declaration
property Properties: TcxShellFolderProperties read;
Property Value
| Type | Description |
|---|---|
| TcxShellFolderProperties | The set of shell item property flags. |
Remarks
The Properties property value can contain any number of supported shell item property flags. Refer to the TcxShellFolderProperty type description for information on individual shell item property flags.
See Also