Component Library JacekMatulewski.Util documentation

FileListBox.DirectoryWatchingEnabled Property

Determines if files and subdirectories list is automatically uptadated.

[Visual Basic]
Public Property DirectoryWatchingEnabled As Boolean
[C#]
public bool DirectoryWatchingEnabled {get; set;}

Property Value

If value of DirectoryWatchingEnabled is true component updates its contents after changes in the displayed directory.

See Also

FileListBox Class | JacekMatulewski.Util Namespace