Beispiel #1
0
 public static extern int SetScrollInfo(IntPtr hWnd, int nBar, [In] Win32.ScrollInfo scrollInfo, bool bRedraw);
Beispiel #2
0
 public static extern int GetScrollInfo(IntPtr hWnd, int nBar, [In] Win32.ScrollInfo scrollInfo);