コード例 #1
0
ファイル: Functions.cs プロジェクト: sillsdev/WorldPad
		static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
コード例 #2
0
 static public extern int GetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si);
コード例 #3
0
ファイル: Functions.cs プロジェクト: sillsdev/WorldPad
		static public extern int SetScrollInfo(IntPtr hwnd,  int bar, ref SCROLLINFO si, int fRedraw);
コード例 #4
0
 static public extern int SetScrollInfo(IntPtr hwnd, int bar, ref SCROLLINFO si, int fRedraw);