Ribbon for WinForms
SetWindowPos(IntPtr,IntPtr,Int32,Int32,Int32,Int32,UInt32) メソッド

C1.Win.4.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス > SetWindowPos メソッド : SetWindowPos(IntPtr,IntPtr,Int32,Int32,Int32,Int32,UInt32) メソッド
シンタックス
'宣言
 
Public Overloads Shared Function SetWindowPos( _
   ByVal hWnd As IntPtr, _
   ByVal hWndInsertAfter As IntPtr, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal cx As Integer, _
   ByVal cy As Integer, _
   ByVal uFlags As UInteger _
) As Boolean
public static bool SetWindowPos( 
   IntPtr hWnd,
   IntPtr hWndInsertAfter,
   int x,
   int y,
   int cx,
   int cy,
   uint uFlags
)

パラメータ

hWnd
hWndInsertAfter
x
y
cx
cy
uFlags
参照

Win32 クラス
Win32 メンバ
オーバーロード一覧