GetScrollPos
[DllImport("user32.dll", SetLastError = true)]
public static extern int GetScrollPos(
IntPtr hWnd,
int nBar
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern int GetScrollPos(
IntPtr hWnd,
int nBar
);Last updated