EngineWindowsRefreshExplorerOnFolderNavigation Property |
IT Hit User File System
Refresh Windows Explorer when navigating to a folder. Default is true.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.1.29632.0
Syntaxpublic bool RefreshExplorerOnFolderNavigation { get; set; }Public Property RefreshExplorerOnFolderNavigation As Boolean
Get
Set
public:
property bool RefreshExplorerOnFolderNavigation {
bool get ();
void set (bool value);
}member RefreshExplorerOnFolderNavigation : bool with get, set
Property Value
Type:
Boolean
RemarksSet to false to disable automatic Explorer refresh on folder navigation.
See Also