| File: _generated\354\Windows.Win32.NMLVCUSTOMDRAW.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 { /// <summary>Contains information specific to an NM_CUSTOMDRAW (list view) notification code sent by a list-view control.</summary> /// <remarks> /// <para><div class="alert"><b>Note</b> Comctl32.dll version 6 is not redistributable but it is included in Windows or later. To use Comctl32.dll version 6, specify it in a manifest. For more information on manifests, see <a href="https://docs.microsoft.com/windows/desktop/Controls/cookbook-overview">Enabling Visual Styles</a>.</div> <div> </div></para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#">Read more on learn.microsoft.com</see>.</para> /// </remarks> [global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.287+85e3fa26dd.RR")] internal partial struct NMLVCUSTOMDRAW { /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmcustomdraw">NMCUSTOMDRAW</a></b></para> /// <para><a href="https://docs.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmcustomdraw">NMCUSTOMDRAW</a> structure that contains general custom draw information.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.UI.Controls.NMCUSTOMDRAW nmcd; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">COLORREF</a></b> <b>COLORREF</b> value representing the color that will be used to display text foreground in the list-view control.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.Foundation.COLORREF clrText; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">COLORREF</a></b> <b>COLORREF</b> value representing the color that will be used to display text background in the list-view control. In <a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0., </a> this member is ignored if the background image is set with the <a href="https://docs.microsoft.com/windows/desktop/Controls/lvm-setbkimage">LVM_SETBKIMAGE</a> message.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.Foundation.COLORREF clrTextBk; /// <summary> /// <para>Type: <b>int</b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 4.71.</a> Index of the subitem that is being drawn. If the main item is being drawn, this member will be zero.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int iSubItem; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">DWORD</a></b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0. </a></para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.UI.Controls.NMLVCUSTOMDRAW_ITEM_TYPE dwItemType; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">COLORREF</a></b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> <b>COLORREF</b> value representing the color that will be used to display the face of an item.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.Foundation.COLORREF clrFace; /// <summary> /// <para>Type: <b>int</b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> Value of type <b>int</b> that specifies the effect that is applied to an icon, such as Glow, Shadow, or Pulse.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int iIconEffect; /// <summary> /// <para>Type: <b>int</b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> Value of type <b>int</b> that specifies the phase of an icon.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int iIconPhase; /// <summary> /// <para>Type: <b>int</b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> Value of type <b>int</b> that specifies the ID of the part of an item to draw.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int iPartId; /// <summary> /// <para>Type: <b>int</b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> Value of type <b>int</b> that specifies the ID of the state of an item to draw.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int iStateId; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/api/windef/ns-windef-rect">RECT</a></b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a> <b>RECT</b> that specifies the rectangle in which the text is to be drawn.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.Foundation.RECT rcText; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">UINT</a></b></para> /// <para><a href="https://docs.microsoft.com/windows/desktop/Controls/common-control-versions">Version 6.0.</a></para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/commctrl/ns-commctrl-nmlvcustomdraw#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.UI.Controls.LIST_VIEW_GROUP_ALIGN_FLAGS uAlign; } } }