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