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 "GetScrollInfo" in [All]

user32

. .
Summary
.

private static extern bool GetScrollInfo(IntPtr hwnd, int fnBar, ref SCROLLINFO lpsi);

.

Public Function GetScrollInfo(hWnd As IntPtr, _

.

Declare Function GetScrollInfo Lib "user32" (ByVal hWnd As IntPtr, ByVal fnBar As ScrollBarDirection, ByRef lpsi As SCROLLINFO) As Integer

.

      GetScrollInfo( RichTextBox1.Handle, (int) ScrollBarDirection.SB_HORZ, ref si );

.

    Dim lRet As Integer = GetScrollInfo(hWnd, fnBar, si)

.
Documentation
.
SeeAlso
.
SeeAlso
.
SeeAlso

 
Access PInvoke.net directly from VS: