SetScrollInfo (user32)
Last changed: -202.74.138.1

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern int SetScrollInfo(IntPtr hwnd, int fnBar, [In] ref SCROLLINFO
   lpsi, bool fRedraw);

VB.Net Signature:

    <DllImport("user32.dll")> _
    Public Function SetScrollInfo(ByVal hWnd As IntPtr, _
    ByVal fnBar As ScrollBarDirection, _
    ByRef lpsi As SCROLLINFO, _
    ByVal bRepaint As Boolean) As Integer
    End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation