ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / CreateWindowEx Method

In This Topic
    CreateWindowEx Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    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
    )

    Parameters

    dwExStyle
    className
    windowName
    dwStyle
    x
    y
    nWidth
    nHeight
    hWndParent
    hMenu
    hInstance
    param
    See Also