コード例 #1
0
	public static extern bool SetWindowPos( IntPtr hwnd, SetWindowsPosPosition hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowsPosFlags uFlags );
コード例 #2
0
ファイル: User32.cs プロジェクト: ywscr/CSharpWriter
 public static extern bool SetWindowPos(IntPtr hwnd, SetWindowsPosPosition hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowPosFlags uFlags);