SuperTooltip for WinForms
CreateWindowEx メソッド

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

パラメータ

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

Win32 クラス
Win32 メンバ