Click or drag to resize

ShellFilePreviewRefresh(RefreshLevel, ItemIdList) Method

Refreshes the control.

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

Parameters

pLevel  RefreshLevel
Ignored. A FullRefresh is always triggered.
pItemIdList  ItemIdList
Ignored. The currently displayed File is reloaded.

Implements

IShellControlRefresh(RefreshLevel, ItemIdList)
See Also