[]
        
(Showing Draft Content)

C1.Util.Win.Win32.CreateWindowEx

CreateWindowEx Method

CreateWindowEx(uint, string, string, uint, int, int, int, int, IntPtr, IntPtr, IntPtr, IntPtr)

Declaration
public static extern 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)
Parameters
Type Name Description
uint dwExStyle
string className
string windowName
uint dwStyle
int x
int y
int nWidth
int nHeight
IntPtr hWndParent
IntPtr hMenu
IntPtr hInstance
IntPtr param
Returns
Type Description
IntPtr