Click or drag to resize

ShellUtilitiesGetImageHandle Method

Overload List
  NameDescription
Public methodStatic memberGetImageHandle(IntPtr, Size, SIIGBF, Boolean)
Gets an HBITMAP handle that represents a Shell Item. The default behavior is to load a thumbnail. If there is no thumbnail for the current IShellItem, it retrieves an HBITMAP for the icon of the item. The thumbnail or icon is extracted if it is not currently cached.
Public methodStatic memberGetImageHandle(IWithIdList, Size, SIIGBF, Boolean)
Gets an HBITMAP handle that represents a Shell Item. The default behavior is to load a thumbnail. If there is no thumbnail for the current IShellItem, it retrieves an HBITMAP for the icon of the item. The thumbnail or icon is extracted if it is not currently cached.
Top
See Also