LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

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 bool EnableBroswerWatcher {get; set;}
 get_EnableBroswerWatcher();
set_EnableBroswerWatcher(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterThumbnailBrowser Class
RasterThumbnailBrowser Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.