NativeMethods Class
Updated: February 25, 2016
Represents the native methods.
Assembly: Microsoft.ReportingServices.QueryDesigners (in Microsoft.ReportingServices.QueryDesigners.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | PostMessage(IntPtr, Int32, IntPtr, IntPtr) | Post a message. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | S_FALSE | The method for false. |
![]() ![]() | S_OK | The method is ok. |
![]() ![]() | SB_LINEDOWN | Scrolls down one line. |
![]() ![]() | SB_LINEUP | Scrolls up one line. |
![]() ![]() | SB_PAGEDOWN | Scrolls down one page. |
![]() ![]() | SB_PAGEUP | Scrolls up one page. |
![]() ![]() | SB_THUMBTRACK | The user is dragging the scroll box. |
![]() ![]() | SB_VERT | Vertical scroll bar. |
![]() ![]() | SIF_PAGE | The scroll page. |
![]() ![]() | SIF_POS | The scroll position. |
![]() ![]() | SIF_RANGE | The scroll range. |
![]() ![]() | WM_USER | This message is used by applications to help define private messages. |
![]() ![]() | WM_VSCROLL | Specifies the vertical scroll. |
![]() ![]() | WS_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.
Show:


