Ribbon for WinForms
CreateWindowEx メソッド (Win32)

C1.Win.8 アセンブリ > C1.Util.Win 名前空間 > Win32 クラス : CreateWindowEx メソッド
シンタックス
'宣言
 
Public Shared Function CreateWindowEx( _
   ByVal dwExStyle As UInteger, _
   ByVal className As String, _
   ByVal windowName As String, _
   ByVal dwStyle As UInteger, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal nWidth As Integer, _
   ByVal nHeight As Integer, _
   ByVal hWndParent As IntPtr, _
   ByVal hMenu As IntPtr, _
   ByVal hInstance As IntPtr, _
   ByVal param As IntPtr _
) As IntPtr
public static IntPtr CreateWindowEx( 
   uint dwExStyle,
   string className,
   string windowName,
   uint dwStyle,
   int x,
   int y,
   int nWidth,
   int nHeight,
   IntPtr hWndParent,
   IntPtr hMenu,
   IntPtr hInstance,
   IntPtr param
)

パラメータ

dwExStyle
className
windowName
dwStyle
x
y
nWidth
nHeight
hWndParent
hMenu
hInstance
param
参照

Win32 クラス
Win32 メンバ