ThumbnailImage Properties |
The ThumbnailImage type exposes the following members.
Name | Description | |
---|---|---|
Enabled |
Indicates whether the control is enabled.
| |
IconsAsThumnbnails |
If set to true (default) the component uses icons if the shown file system element does not supply a thumbnail.
Set false if only thumbnails are to be used.
| |
Image |
Readonly property, which contains the currently shown thumbnail image.
| |
ImageHeight | Gets the height of the image. | |
ImageWidth |
Returns the width that is used for the image.
| |
IsInitialized |
Gets a value indicating whether the component is initialized.
| |
ItemIdList |
Gets or sets the absolute ItemIdList that should be/is displayed.
| |
Path |
The Path property contains the full path of the file or folder which thumbnail image is currently displayed. Assign a value to this property to display a different thumbnail image.
| |
ShellControlConnector |
Use this property to connect this component to a ShellControlConnector. All shell controls connected to the same ShellControlConnector will automatically synchronize the information they display. That means if a user selects a file in a ShellListView, the ThumbnailImage will automatically display the thumbnail image of the selected object.
| |
ShowErrorMessages |
If set to true the ThumbnailImage component will show a MessageBox if an error occured,
otherwise the errors will only be logged to the Debug output.
| |
Version |
The current version of the ShellBrowser.
|