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; }
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 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