SCROLLINFO (Structures)
Last changed: -202.74.138.1

.
Summary
TODO - a short description

C# Definition:

struct SCROLLINFO

{

    public int cbSize;
    public int fMask;
    public int nMin;
    public int nMax;
    public int nPage;
    public int nPos;
    public int nTrackPos;

}

VB Definition:

    Structure SCROLLINFO
    Public cbSize As Integer
    Public fMask As Integer
    Public nMin As Integer
    Public nMax As Integer
    Public nPage As Integer
    Public nPos As Integer
    Public nTrackPos As Integer
    End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
SCROLLINFO on MSDN