PackageUtilities::GetImageList Method (Stream^)
Visual Studio 2015
Creates an image list from the specified stream.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- imageStream
-
Type:
System.IO::Stream^
The stream from which to extract the bitmaps.
Return Value
Type: System.Windows.Forms::ImageList^An ImageList that contains a series of 16-by-16 pixel bitmaps that have a magenta background color.
Show: