LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

EnableBroswerWatcher Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.