シンタックス
            
            
            
            
            '宣言
 
Public Overloads Shared Function SetWindowPos( _
   ByVal  As IntPtr, _
   ByVal  As IntPtr, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As Integer, _
   ByVal  As UInteger _
) As Boolean
             
        
            
            public static bool SetWindowPos( 
   IntPtr ,
   IntPtr ,
   int ,
   int ,
   int ,
   int ,
   uint 
)
             
        
             
        
            パラメータ
- hWnd
 
- hWndInsertAfter
 
- x
 
- y
 
- cx
 
- cy
 
- uFlags
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照