Click or drag to resize

ShellComboBoxAutomaticRefresh Property

Receives notifications about changes in the shell and performs refreshes automatically.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public bool AutomaticRefresh { get; set; }

Property Value

Type: Boolean
True to automatically update the controls contents, false if no tracking takes place.
Remarks
Use this property to refresh the component automatically if drives are added or detached.
See Also