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