_UIImageType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the type of the image.
public enum class _UIImageType
public enum class _UIImageType
enum _UIImageType
public enum _UIImageType
type _UIImageType =
Public Enum _UIImageType
- Inheritance
-
_UIImageType
Fields
Name | Value | Description |
---|---|---|
IT_Bitmap | 1 | The image is a bitmap. |
IT_Icon | 2 | The image is an icon. |
IT_ImageList | 3 | The image is an image list (WinForms, Win32 formats only). |