SystemImageListGetIconHandle(ItemIdList, Boolean) Method |
Gets icon handle for the passed ItemIdList.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic IntPtr GetIconHandle(
ItemIdList pItemIdList,
bool pOpened
)
Public Function GetIconHandle (
pItemIdList As ItemIdList,
pOpened As Boolean
) As IntPtr
public:
IntPtr GetIconHandle(
ItemIdList^ pItemIdList,
bool pOpened
)
member GetIconHandle :
pItemIdList : ItemIdList *
pOpened : bool -> IntPtr Parameters
- pItemIdList ItemIdList
- The absolute ItemIdList of the element.
- pOpened Boolean
- if true returns the opened icon for folders.
Return Value
IntPtrThe icon handle.
See Also