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