コード例 #1
0
ファイル: NativeMethods.cs プロジェクト: jxdong1013/archivems
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref SCROLLBARINFO lParam);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: jxdong1013/archivems
 public static extern int GetScrollBarInfo(IntPtr hWnd, uint idObject, ref SCROLLBARINFO psbi);