ShellComboBoxAutomaticRefresh Property |
Enables the automatic refreshes of the control, e.g. when a file is added or deleted in the current directory.
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