Example #1
0
 public static extern int SetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi,
     [MarshalAs(UnmanagedType.Bool)] bool fRedraw);
Example #2
0
 public static extern int SetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi,
     [MarshalAs(UnmanagedType.Bool)] bool fRedraw);
Example #3
0
 public static extern bool GetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi);
Example #4
0
 public static extern bool GetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi);