Click or drag to resize

ShellSearchEdit.Refresh Method (RefreshLevel, ItemIdList)

This method indicates that the control should perform a refresh of its contents.

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

Parameters

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

Implements

IShellControl.Refresh(RefreshLevel, ItemIdList)
See Also