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