NativeMethods.SCROLLINFO Constructors

Definition

Initializes a new instance of the NativeMethods.SCROLLINFO class.

Overloads

Name Description
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.

NativeMethods.SCROLLINFO()

Initializes a new instance of the NativeMethods.SCROLLINFO class.

public:
 SCROLLINFO();
public SCROLLINFO();
Public Sub New ()

Applies to

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

Initializes a new instance of the NativeMethods.SCROLLINFO class.

public:
 SCROLLINFO(int mask, int min, int max, int page, int pos);
public SCROLLINFO(int mask, int min, int max, int page, int pos);
new Microsoft.ReportingServices.QueryDesigners.Interop.NativeMethods.SCROLLINFO : int * int * int * int * int -> Microsoft.ReportingServices.QueryDesigners.Interop.NativeMethods.SCROLLINFO
Public Sub New (mask As Integer, min As Integer, max As Integer, page As Integer, pos As Integer)

Parameters

mask
Int32

The scroll mask.

min
Int32

The minimum scroll.

max
Int32

The maximum scroll.

page
Int32

The scroll page.

pos
Int32

The position of the scroll.

Applies to