NativeMethods Class

 

Updated: February 25, 2016

Represents the native methods.

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

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

public ref class NativeMethods sealed 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticPostMessage(IntPtr, Int32, IntPtr, IntPtr)

Post a message.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticS_FALSE

The method for false.

System_CAPS_pubfieldSystem_CAPS_staticS_OK

The method is ok.

System_CAPS_pubfieldSystem_CAPS_staticSB_LINEDOWN

Scrolls down one line.

System_CAPS_pubfieldSystem_CAPS_staticSB_LINEUP

Scrolls up one line.

System_CAPS_pubfieldSystem_CAPS_staticSB_PAGEDOWN

Scrolls down one page.

System_CAPS_pubfieldSystem_CAPS_staticSB_PAGEUP

Scrolls up one page.

System_CAPS_pubfieldSystem_CAPS_staticSB_THUMBTRACK

The user is dragging the scroll box.

System_CAPS_pubfieldSystem_CAPS_staticSB_VERT

Vertical scroll bar.

System_CAPS_pubfieldSystem_CAPS_staticSIF_PAGE

The scroll page.

System_CAPS_pubfieldSystem_CAPS_staticSIF_POS

The scroll position.

System_CAPS_pubfieldSystem_CAPS_staticSIF_RANGE

The scroll range.

System_CAPS_pubfieldSystem_CAPS_staticWM_USER

This message is used by applications to help define private messages.

System_CAPS_pubfieldSystem_CAPS_staticWM_VSCROLL

Specifies the vertical scroll.

System_CAPS_pubfieldSystem_CAPS_staticWS_EX_CLIENTEDGE

Specifies that a window has a border with a sunken edge.

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: