Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

EnableBroswerWatcher Property






Enable system watcher for the paths that specified when call LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method
Syntax
public bool EnableBroswerWatcher {get; set;}
'Declaration
 
Public Property EnableBroswerWatcher As Boolean
'Usage
 
Dim instance As RasterThumbnailBrowser
Dim value As Boolean
 
instance.EnableBroswerWatcher = value
 
value = instance.EnableBroswerWatcher

            

            
public:
property bool EnableBroswerWatcher {
   bool get();
   void set (    bool value);
}

Property Value

true: enable system watcher, false: disable system watcher
Remarks
Enable this property will enable the system watcher and for any added/changed/deleted file in the specified path, then a WatcherChanged event will be raised, for renaming current file in the specified path, then then a WatcherRenamed event will be raised
Example
For an example, refer to RasterThumbnailBrowser.
Requirements

Target Platforms

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

Error processing SSI file