コード例 #1
0
ファイル: User.cs プロジェクト: dusdong/BaseComponent
		[DllImport("user32")] public static extern int SetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpcScrollInfo, bool redraw);
コード例 #2
0
ファイル: User.cs プロジェクト: dusdong/BaseComponent
		[DllImport("user32")] public static extern int GetScrollInfo(HWND hwnd, int n, ref SCROLLINFO lpScrollInfo);