SystemImageListGetIconHandle Method (ItemIdList, Boolean) |
Gets icon handle for the passed ItemIdList.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public 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
- Type: Jam.ShellItemIdList
The absolute ItemIdList of the element. - pOpened
- Type: SystemBoolean
if true returns the opened icon for folders.
Return Value
Type:
IntPtrThe icon handle.
See Also