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