ShellFilePreviewAutomaticRefresh Property |
Gets or sets a value indicating whether the ShellFilePreview will be reloaded automatically when the file changes or is deleted. This is a dependency property.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool AutomaticRefresh { get; set; }
Public Property AutomaticRefresh As Boolean
Get
Set
public:
property bool AutomaticRefresh {
bool get ();
void set (bool value);
}
member AutomaticRefresh : bool with get, set
Property Value
Type:
BooleanTrue if content actualization happens automatically, false if not.
Remarks If the file that is displayed is deleted, the component will be cleared if this property is true. If false the preview will keep being displayed.
See Also