Example #1
0
 public static extern int GetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpScrollInfo);
Example #2
0
 public static extern int SetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpcScrollInfo, bool redraw);
Example #3
0
 public static extern bool GetScrollInfo(HWND hwnd, ScrollBarSelect n, ref SCROLLINFO lpcScrollInfo);