LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Refresh Method
See Also 
Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : Refresh Method



Refresh loading thumbnails and generates new thumbnails for new files and remove thumbnails for deleted files

Syntax

Visual Basic (Declaration) 
Overrides Public Sub Refresh() 
Visual Basic (Usage)Copy Code
Dim instance As RasterThumbnailBrowser
 
instance.Refresh()
C# 
public override void Refresh()
C++/CLI 
public:
void Refresh(); override 

Example

For an example, refer to RasterThumbnailBrowser.

Remarks

This method will refresh loading thumbnails for the paths that specified in RasterThumbnailBrowser.LoadThumbnails method, this method will generate new thumbnails and remove thumbnails for deleted files.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also