Gets the thumbnail for this item.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public Thumbnail GetThumbnail(
int size = 0,
WTS_FLAGS flags = WTS_FLAGS.WTS_NONE,
bool preloadBitmap = false,
bool throwOnError = true
)
Parameters
- size (Optional)
- Type: SystemInt32
The requested size. - flags (Optional)
- Type: ShellBoost.Core.WindowsShellWTS_FLAGS
A set of optional flags. - preloadBitmap (Optional)
- Type: SystemBoolean
if set to true the related bitmap will be preloaded. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
Return Value
Type:
Thumbnail
A Thumbnail instance or null.
See Also