Exemple #1
0
 public static extern int SetScrollInfo(IntPtr hwnd,  int bar, ref SCROLLINFO si, int fRedraw);
Exemple #2
0
 public static extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
Exemple #3
0
 public static extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
Exemple #4
0
 static public extern int SetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si, int fRedraw);