| File: _generated\22\Windows.Win32.CHOOSEFONT_FLAGS.g.cs | Web Access |
| Project: src\winforms\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,SYSLIB1092,CS3021,CS3019 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.Dialogs { [Flags] [global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.287+85e3fa26dd.RR")] internal enum CHOOSEFONT_FLAGS : uint { CF_APPLY = 0x00000200, CF_ANSIONLY = 0x00000400, CF_BOTH = 0x00000003, CF_EFFECTS = 0x00000100, CF_ENABLEHOOK = 0x00000008, CF_ENABLETEMPLATE = 0x00000010, CF_ENABLETEMPLATEHANDLE = 0x00000020, CF_FIXEDPITCHONLY = 0x00004000, CF_FORCEFONTEXIST = 0x00010000, CF_INACTIVEFONTS = 0x02000000, CF_INITTOLOGFONTSTRUCT = 0x00000040, CF_LIMITSIZE = 0x00002000, CF_NOOEMFONTS = 0x00000800, CF_NOFACESEL = 0x00080000, CF_NOSCRIPTSEL = 0x00800000, CF_NOSIMULATIONS = 0x00001000, CF_NOSIZESEL = 0x00200000, CF_NOSTYLESEL = 0x00100000, CF_NOVECTORFONTS = 0x00000800, CF_NOVERTFONTS = 0x01000000, CF_PRINTERFONTS = 0x00000002, CF_SCALABLEONLY = 0x00020000, CF_SCREENFONTS = 0x00000001, CF_SCRIPTSONLY = 0x00000400, CF_SELECTSCRIPT = 0x00400000, CF_SHOWHELP = 0x00000004, CF_TTONLY = 0x00040000, CF_USESTYLE = 0x00000080, CF_WYSIWYG = 0x00008000, } } }