ShellBrowser Delphi Components Documentation
|
Checks if given ItemIdList is part of the selection.
function IsPIDLSelected(const PIDL: IItemIdList; var bIsSubItemOf: boolean): TJamSelectionState;
Parameters |
Description |
const PIDL: IItemIdList |
The ItemIdList that should be checked. |
var bIsSubItemOf: boolean |
Is True if the item represented by the ItemIdList is a sub item of a selected one. |
True if the given ItemIdList is part of the selection
This function returns for the given ItemIdList, if it is fully, partially or not part of the list of selected files.