Click or drag to resize

ShellThumbnail Methods

The ShellThumbnail type exposes the following members.

Methods
  NameDescription
Public methodBeginUpdate
Begins an update. During an update the thumbnail will not be re-loaded in a different size.
Public methodEndUpdate
Ends an update. The last EndUpdate will refresh the thumbnail.
Public methodFolderChanged
Displays the thumbnail of the passed folder according to the settings.
Public methodIsUpdating
Query if this object is currently updating, i.e. if a BeginUpdate has been called.
Public methodOnApplyTemplate
Saves the thumbnail and overlay image to be able to make adjustments.
(Overrides FrameworkElementOnApplyTemplate.)
Protected methodOnPropertyChanged
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(DependencyPropertyChangedEventArgs).
(Overrides FrameworkElementOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Protected methodOnRenderSizeChanged
Executes the render size changed action.
(Overrides FrameworkElementOnRenderSizeChanged(SizeChangedInfo).)
Protected methodOnThumnbailLoaded
Calls the ThumbnailLoaded event
Public methodRefresh
Reloads the thumbnail.
Public methodSelectedFileChange
Displays the thumbnail of the passed folder according to the settings.
Top
See Also