TcxShellThumbnailOptions Class
Contains thumbnail options for shell controls.
Declaration
TcxShellThumbnailOptions = class(
TPersistent
)
Remarks
The TcxShellThumbnailOptions
class has members that allow you to do the following:
- Specify if the shell control displays thumbnails instead of shell item icons (ShowThumbnails).
- Adjust thumbnail dimensions (Width, Height, and Size).
- Speed up performance in case of batch thumbnail setting changes (BeginUpdate and EndUpdate).
The following public API members reference a TcxShellThumbnailOptions
object:
Note
Thumbnail options are in effect only if the Shell List view control is in Icon mode.
Inheritance
TObject
TPersistent
TcxShellThumbnailOptions
See Also