Click or drag to resize

ThumbnailImage Properties

The ThumbnailImage type exposes the following members.

Properties
  NameDescription
Public propertyEnabled
Indicates whether the control is enabled.
Public propertyIconsAsThumnbnails
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.
Public propertyImage
Readonly property, which contains the currently shown thumbnail image.
Protected propertyImageHeight
Gets the height of the image.
Protected propertyImageWidth
Returns the width that is used for the image.
Public propertyIsInitialized
Gets a value indicating whether the component is initialized.
Public propertyItemIdList
Gets or sets the absolute ItemIdList that should be/is displayed.
Public propertyPath
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.
Public propertyShellControlConnector
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.
Public propertyShowErrorMessages
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.
Public propertyVersion
The current version of the ShellBrowser.
Top
See Also