|
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// ------------------------------------------------------------------------------
#pragma warning disable CS1591,CS1573,CS0465,CS0649,CS8019,CS1570,CS1584,CS1658,CS0436,CS8981
using global::System;
using global::System.Diagnostics;
using global::System.Diagnostics.CodeAnalysis;
using global::System.Runtime.CompilerServices;
using global::System.Runtime.InteropServices;
using global::System.Runtime.Versioning;
using winmdroot = global::Windows.Win32;
namespace Windows.Win32
{
namespace UI.Controls
{
[Flags]
[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal enum IMAGELIST_CREATION_FLAGS : uint
{
ILC_MASK = 0x00000001,
ILC_COLOR = 0x00000000,
ILC_COLORDDB = 0x000000FE,
ILC_COLOR4 = 0x00000004,
ILC_COLOR8 = 0x00000008,
ILC_COLOR16 = 0x00000010,
ILC_COLOR24 = 0x00000018,
ILC_COLOR32 = 0x00000020,
ILC_PALETTE = 0x00000800,
ILC_MIRROR = 0x00002000,
ILC_PERITEMMIRROR = 0x00008000,
ILC_ORIGINALSIZE = 0x00010000,
ILC_HIGHQUALITYSCALE = 0x00020000,
}
}
}
|