| File: _generated\448\Windows.Win32.SCROLLBARINFO.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.WindowsAndMessaging { /// <summary>The SCROLLBARINFO structure contains scroll bar information.</summary> /// <remarks> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo">Learn more about this API from learn.microsoft.com</see>.</para> /// </remarks> [global::System.CodeDom.Compiler.GeneratedCode("Microsoft.Windows.CsWin32", "0.3.287+85e3fa26dd.RR")] internal partial struct SCROLLBARINFO { /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">DWORD</a></b> Specifies the size, in bytes, of the structure. Before calling the <a href="https://docs.microsoft.com/windows/desktop/api/winuser/nf-winuser-getscrollbarinfo">GetScrollBarInfo</a> function, set <b>cbSize</b> to <b>sizeof</b>(<b>SCROLLBARINFO</b>).</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal uint cbSize; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/api/windef/ns-windef-rect">RECT</a></b> Coordinates of the scroll bar as specified in a <a href="https://docs.microsoft.com/windows/desktop/api/windef/ns-windef-rect">RECT</a> structure.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.Foundation.RECT rcScrollBar; /// <summary> /// <para>Type: <b>int</b> Height or width of the thumb.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int dxyLineButton; /// <summary> /// <para>Type: <b>int</b> Position of the top or left of the thumb.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int xyThumbTop; /// <summary> /// <para>Type: <b>int</b> Position of the bottom or right of the thumb.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int xyThumbBottom; /// <summary> /// <para>Type: <b>int</b> Reserved.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal int reserved; /// <summary> /// <para>Type: <b><a href="https://docs.microsoft.com/windows/desktop/WinProg/windows-data-types">DWORD</a>[CCHILDREN_SCROLLBAR+1]</b> An array of <b>DWORD</b> elements. Each element indicates the state of a scroll bar component. The following values show the scroll bar component that corresponds to each array index.</para> /// <para></para> /// <para>This doc was truncated.</para> /// <para><see href="https://learn.microsoft.com/windows/win32/api/winuser/ns-winuser-scrollbarinfo#members">Read more on learn.microsoft.com</see>.</para> /// </summary> internal winmdroot.__uint_6 rgstate; } } }