_UIImageType Enumeration

Visual Studio 2015
 

Describes the type of the image.

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

public enum class _UIImageType

Member nameDescription
IT_Bitmap

The image is a bitmap.

IT_Icon

The image is an icon.

IT_ImageList

The image is an image list (WinForms, Win32 formats only).

Return to top
Show: