コード例 #1
0
ファイル: Win32API.cs プロジェクト: wljcom/marukotoolbox
 public static extern int SetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi,
     [MarshalAs(UnmanagedType.Bool)] bool fRedraw);
コード例 #2
0
ファイル: Win32API.cs プロジェクト: wljcom/marukotoolbox
 public static extern int SetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi,
     [MarshalAs(UnmanagedType.Bool)] bool fRedraw);
コード例 #3
0
ファイル: Win32API.cs プロジェクト: wljcom/marukotoolbox
 public static extern bool GetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi);
コード例 #4
0
ファイル: Win32API.cs プロジェクト: wljcom/marukotoolbox
 public static extern bool GetScrollInfo(
     IntPtr hWnd,
     ScrollBarConsts fnBar,
     ref SCROLLINFO lpsi);