ShellComboBoxRefresh(RefreshLevel, ItemIdList) Method |
This method indicates that the control should perform a refresh of its contents.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic void Refresh(
RefreshLevel pLevel,
ItemIdList pItemIdList
)
Public Sub Refresh (
pLevel As RefreshLevel,
pItemIdList As ItemIdList
)
public:
virtual void Refresh(
RefreshLevel pLevel,
ItemIdList^ pItemIdList
) sealed
abstract Refresh :
pLevel : RefreshLevel *
pItemIdList : ItemIdList -> unit
override Refresh :
pLevel : RefreshLevel *
pItemIdList : ItemIdList -> unit
Parameters
- pLevel RefreshLevel
- The level of refresh that should be performed.
- pItemIdList ItemIdList
- An optional ItemIdList that identifies the file or folder that should be refreshed. This value can be null.
Implements
IShellControlRefresh(RefreshLevel, ItemIdList)
See Also