示例#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);