File: Windows.Win32.TASKDIALOG_MESSAGES.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 UI.Controls
	{
		[global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
		internal enum TASKDIALOG_MESSAGES
		{
			TDM_NAVIGATE_PAGE = 1125,
			TDM_CLICK_BUTTON = 1126,
			TDM_SET_MARQUEE_PROGRESS_BAR = 1127,
			TDM_SET_PROGRESS_BAR_STATE = 1128,
			TDM_SET_PROGRESS_BAR_RANGE = 1129,
			TDM_SET_PROGRESS_BAR_POS = 1130,
			TDM_SET_PROGRESS_BAR_MARQUEE = 1131,
			TDM_SET_ELEMENT_TEXT = 1132,
			TDM_CLICK_RADIO_BUTTON = 1134,
			TDM_ENABLE_BUTTON = 1135,
			TDM_ENABLE_RADIO_BUTTON = 1136,
			TDM_CLICK_VERIFICATION = 1137,
			TDM_UPDATE_ELEMENT_TEXT = 1138,
			TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE = 1139,
			TDM_UPDATE_ICON = 1140,
		}
	}
}