ShellComboBoxRefreshPersistent Method |
This method also refreshes the persistent items - it is used if properties that are normally
set at designtime are modified at runtime, e.g. IncludeRemoveableDrives is switched on,
since those Items are persistent items, they are not refreshed by default
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected virtual void RefreshPersistent()
Protected Overridable Sub RefreshPersistent
protected:
virtual void RefreshPersistent()
abstract RefreshPersistent : unit -> unit
override RefreshPersistent : unit -> unit
See Also