SystemImageListGetIndexFromItemIdList Method |
Gets icon index for item identifier list.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static int GetIndexFromItemIdList(
ItemIdList pItemIdList,
bool pOpened
)
Public Shared Function GetIndexFromItemIdList (
pItemIdList As ItemIdList,
pOpened As Boolean
) As Integer
public:
static int GetIndexFromItemIdList(
ItemIdList^ pItemIdList,
bool pOpened
)
static member GetIndexFromItemIdList :
pItemIdList : ItemIdList *
pOpened : bool -> int Parameters
- pItemIdList ItemIdList
- The absolute ItemIdList of the element.
- pOpened Boolean
- true, if the icon should be returned open, like it is often used for the
selected node in treeviews.
Return Value
Int32The icon index for item identifier list.
Exceptions
See Also