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

C1.Win.4.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス > SetWindowPos メソッド : SetWindowPos(IntPtr,Int32,Int32,Int32,Int32,Int32,UInt32) メソッド
シンタックス
'宣言
 
Public Overloads Shared Function SetWindowPos( _
   ByVal hWnd As IntPtr, _
   ByVal hWndInsertAfter As Integer, _
   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,
   int hWndInsertAfter,
   int X,
   int Y,
   int cx,
   int cy,
   uint uFlags
)

パラメータ

hWnd
hWndInsertAfter
X
Y
cx
cy
uFlags
参照

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