File: Windows.Win32.QACONTAINERFLAGS.g.cs
Project: src\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj (System.Windows.Forms.Primitives)
// ------------------------------------------------------------------------------
// <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 System.Ole
	{
		/// <summary>Indicates ambient properties supplied by the container. It is used in the dwAmbientFlags member of the QACONTAINER structure.</summary>
		/// <remarks>
		/// <para><see href="https://learn.microsoft.com/windows/win32/api/ocidl/ne-ocidl-qacontainerflags">Learn more about this API from docs.microsoft.com</see>.</para>
		/// </remarks>
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum QACONTAINERFLAGS
		{
			/// <summary>Specifies the ShowHatching ambient property, which has a standard ambient DISPID of -712.</summary>
			QACONTAINER_SHOWHATCHING = 1,
			/// <summary>Specifies the ShowGrabHandles ambient property, which has a standard ambient DISPID of -711.</summary>
			QACONTAINER_SHOWGRABHANDLES = 2,
			/// <summary>Specifies the UserMode ambient property, which has a standard ambient DISPID of -709.</summary>
			QACONTAINER_USERMODE = 4,
			/// <summary>Specifies the DisplayAsDefault ambient property, which has a standard ambient DISPID of -713.</summary>
			QACONTAINER_DISPLAYASDEFAULT = 8,
			/// <summary>Specifies the UIDead ambient property, which has a standard ambient DISPID of -710.</summary>
			QACONTAINER_UIDEAD = 16,
			/// <summary>Specifies the AutoClip ambient property, which has a standard ambient DISPID of -715.</summary>
			QACONTAINER_AUTOCLIP = 32,
			/// <summary>Specifies the MessageReflect ambient property, which has a standard ambient DISPID of -706.</summary>
			QACONTAINER_MESSAGEREFLECT = 64,
			/// <summary>Specifies the SupportsMnemonics ambient property, which has a standard ambient DISPID of -714.</summary>
			QACONTAINER_SUPPORTSMNEMONICS = 128,
		}
	}
}