Class SCROLLINFO
Inheritance
System.Object
SCROLLINFO
Namespace: Syncfusion.Windows.Forms.Tools.Win32API
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public sealed class SCROLLINFO : ValueType
Fields
cbSize
Declaration
public uint cbSize
Field Value
| Type |
|---|
| System.UInt32 |
fMask
Declaration
public uint fMask
Field Value
| Type |
|---|
| System.UInt32 |
nMax
Declaration
public int nMax
Field Value
| Type |
|---|
| System.Int32 |
nMin
Declaration
public int nMin
Field Value
| Type |
|---|
| System.Int32 |
nPage
Declaration
public uint nPage
Field Value
| Type |
|---|
| System.UInt32 |
nPos
Declaration
public int nPos
Field Value
| Type |
|---|
| System.Int32 |
nTrackPos
Declaration
public int nTrackPos
Field Value
| Type |
|---|
| System.Int32 |