NativeMethods::SCROLLINFO Class

 

Updated: February 25, 2016

Represents scroll info.

Namespace:   Microsoft.ReportingServices.QueryDesigners.Interop
Assembly:  Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)

System::Object
  Microsoft.ReportingServices.QueryDesigners.Interop::NativeMethods::SCROLLINFO

public ref class SCROLLINFO 

NameDescription
System_CAPS_pubmethodNativeMethods::SCROLLINFO()

Initializes a new instance of the NativeMethods::SCROLLINFO class.

System_CAPS_pubmethodNativeMethods::SCROLLINFO(Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the NativeMethods::SCROLLINFO class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldcbSize

Specifies the scroll size.

System_CAPS_pubfieldfMask

Specifies the scroll mask.

System_CAPS_pubfieldnMax

Specifies the maximum scroll.

System_CAPS_pubfieldnMin

Specifies the minimum scroll.

System_CAPS_pubfieldnPage

Specifies the scroll page.

System_CAPS_pubfieldnPos

Specifies the position of the scroll.

System_CAPS_pubfieldnTrackPos

Specifies the track position of the scroll.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: