LoadImageType Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum LoadImageType
Public Enumeration LoadImageType
Dim instance As LoadImageType
public enum class LoadImageType
No code example is currently available or this language may not be supported.
Bitmap |
0 |
The type of image to be loaded is a Bitmap.
|
Icon |
1 |
The type of image to be loaded is a Icon.
|
Cursor |
2 |
The type of image to be loaded is a Cursor.
|