Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetScrollPos" in [All]

Constants

1: EM_
.
EM_GETSCROLLPOS WM_USER + 221 TODO
.

    GETSCROLLPOS = WM.USER + 221,

comctl32

.

    Public Shared Function GetScrollPos(ByVal hWnd As IntPtr, ByVal nBar As Integer) As Integer

.

        Return GetScrollPos(Me.Handle, SB_HORZ)

.

        Return GetScrollPos(Me.Handle, SB_VERT)

user32

.
SeeAlso
.

public static extern int GetScrollPos(IntPtr hWnd, System.Windows.Forms.Orientation nBar);

.

Public Function GetScrollPos(hWnd As IntPtr,  _

.

Public Declare Function GetScrollPos Lib "user32" _

.

     get { return GetScrollPos((IntPtr) this.Handle, System.Windows.Forms.Orientation.Horizontal); }

.

     get { return GetScrollPos((IntPtr) this.Handle, System.Windows.Forms.Orientation.Vertical); }

.
Documentation
[GetScrollPos] on MSDN
.
SeeAlso
.

     get { return GetScrollPos((IntPtr) this.Handle, System.Windows.Forms.Orientation.Horizontal); }

.

     get { return GetScrollPos((IntPtr) this.Handle, System.Windows.Forms.Orientation.Vertical); }

.
SeeAlso

 
Access PInvoke.net directly from VS: