Ejemplo n.º 1
0
 static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
Ejemplo n.º 2
0
 public static extern int SetScrollInfo(IntPtr hwnd,  int bar, ref SCROLLINFO si, int fRedraw);
Ejemplo n.º 3
0
 static public extern int SetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si, int fRedraw);
Ejemplo n.º 4
0
 public static extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);