Click or drag to resize

ShellFilePreview.Refresh Method (RefreshLevel, ItemIdList)

Refreshes the control.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void Refresh(
	RefreshLevel pLevel,
	ItemIdList pItemIdList
)

Parameters

pLevel
Type: Jam.Shell.RefreshLevel
Ignored. A FullRefresh() is always triggered.
pItemIdList
Type: Jam.Shell.ItemIdList
Ignored. The currently displayed File is reloaded.

Implements

IShellControl.Refresh(RefreshLevel, ItemIdList)
See Also