C# Class Ionic.User32.CREATESTRUCT

Show file Open project: zippy1981/XPathVisualizer

Public Properties

Property Type Description
cx int
cy int
dwExStyle int
hInstance System.IntPtr
hMenu System.IntPtr
hwndParent System.IntPtr
lpCreateParams System.IntPtr
lpszClass string
lpszName string
style int
x int
y int

Property Details

cx public property

public int cx
return int

cy public property

public int cy
return int

dwExStyle public property

public int dwExStyle
return int

hInstance public property

public IntPtr,System hInstance
return System.IntPtr

hMenu public property

public IntPtr,System hMenu
return System.IntPtr

hwndParent public property

public IntPtr,System hwndParent
return System.IntPtr

lpCreateParams public property

public IntPtr,System lpCreateParams
return System.IntPtr

lpszClass public property

public string lpszClass
return string

lpszName public property

public string lpszName
return string

style public property

public int style
return int

x public property

public int x
return int

y public property

public int y
return int