Click or drag to resize

ShellFilePreviewRefresh 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.ShellRefreshLevel
Ignored. A FullRefresh is always triggered.
pItemIdList
Type: Jam.ShellItemIdList
Ignored. The currently displayed File is reloaded.

Implements

IShellControlRefresh(RefreshLevel, ItemIdList)
See Also