| ShellThumbnail Methods | 
The ShellThumbnail type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | BeginUpdate | Begins an update. During an update the thumbnail will not be re-loaded in a different size. | 
|  | EndUpdate | Ends an update. The last EndUpdate will refresh the thumbnail. | 
|  | FolderChanged | Displays the thumbnail of the passed folder according to the settings. | 
|  | IsUpdating | Query if this object is currently updating, i.e. if a BeginUpdate has been called. | 
|  | OnApplyTemplate | 
            Saves the thumbnail and overlay image to be able to make adjustments.
            (Overrides FrameworkElementOnApplyTemplate.) | 
|  | OnPropertyChanged | 
            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).) | 
|  | OnRenderSizeChanged | Executes the render size changed action.(Overrides FrameworkElementOnRenderSizeChanged(SizeChangedInfo).) | 
|  | OnThumnbailLoaded | 
            Calls the ThumbnailLoaded event
             | 
|  | Refresh | Reloads the thumbnail. | 
|  | SelectedFileChange | Displays the thumbnail of the passed folder according to the settings. | 
 See Also
See Also