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