DwmApiDwmSetIconicThumbnail Method

Overload List

DwmSetIconicThumbnail(IntPtr, SafeBitmapHandle, DwmIconicThumbnailFlags) Sets a static iconic Bitmap on a window or tab to use as a thumbnail representation.

The Taskbar can use this Bitmap as a thumbnail switch target for the window or tab.

DwmSetIconicThumbnail(IntPtr, IntPtr, DwmIconicThumbnailFlags) Sets a static iconic Bitmap on a window or tab to use as a thumbnail representation.

The Taskbar can use this Bitmap as a thumbnail switch target for the window or tab.

DwmSetIconicThumbnail(SafeHandle, SafeBitmapHandle, DwmIconicThumbnailFlags) Sets a static iconic Bitmap on a window or tab to use as a thumbnail representation.

The Taskbar can use this Bitmap as a thumbnail switch target for the window or tab.

DwmSetIconicThumbnail(SafeHandle, IntPtr, DwmIconicThumbnailFlags) Sets a static iconic Bitmap on a window or tab to use as a thumbnail representation.

The Taskbar can use this Bitmap as a thumbnail switch target for the window or tab.

See Also