Enable system watcher for the paths that specified when call
LoadThumbnails(String,String,RasterThumbnailBrowserLoadFlags) method
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