JamBaseShellListViewAutomaticRefresh Property |
Set this property to true if you like the component to be refreshed automatically
if a Drive is added or removed.
This property is directly connected to the Enabled property of an internal instance of
ShellChangeNotifier.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also