Click or drag to resize

ShellHistoryToolStripRefresh Method (RefreshLevel, ItemIdList)

IShellControl interface implementation, empty for the ShellHistoryToolStrip. Calling this method has not effect.

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

Parameters

pLevel
Type: Jam.ShellRefreshLevel
The level of refresh that should be performed.
pItemIdList
Type: Jam.ShellItemIdList
An optional ItemIdList that identifies the file or folder that should be refreshed. This value can be null.

Implements

IShellControlRefresh(RefreshLevel, ItemIdList)
See Also