ShellFilePreviewAutomaticRefresh Property |
Controls whether the component automatically reloads the preview when the file is changed. "
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.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 previews are refreshed automatically otherwise,
false.
See Also