NativeMethods.SCROLLINFO Class

Definition

Represents scroll info.

public: ref class NativeMethods::SCROLLINFO
public class NativeMethods.SCROLLINFO
type NativeMethods.SCROLLINFO = class
Public Class NativeMethods.SCROLLINFO
Inheritance
NativeMethods.SCROLLINFO

Constructors

NativeMethods.SCROLLINFO()

Initializes a new instance of the NativeMethods.SCROLLINFO class.

NativeMethods.SCROLLINFO(Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the NativeMethods.SCROLLINFO class.

Fields

cbSize

Specifies the scroll size.

fMask

Specifies the scroll mask.

nMax

Specifies the maximum scroll.

nMin

Specifies the minimum scroll.

nPage

Specifies the scroll page.

nPos

Specifies the position of the scroll.

nTrackPos

Specifies the track position of the scroll.

Applies to