C# Class Ionic.User32.CREATESTRUCT

Mostrar archivo 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_oe property

public int cx
return int

cy public_oe property

public int cy
return int

dwExStyle public_oe property

public int dwExStyle
return int

hInstance public_oe property

public IntPtr,System hInstance
return System.IntPtr

hMenu public_oe property

public IntPtr,System hMenu
return System.IntPtr

hwndParent public_oe property

public IntPtr,System hwndParent
return System.IntPtr

lpCreateParams public_oe property

public IntPtr,System lpCreateParams
return System.IntPtr

lpszClass public_oe property

public string lpszClass
return string

lpszName public_oe property

public string lpszName
return string

style public_oe property

public int style
return int

x public_oe property

public int x
return int

y public_oe property

public int y
return int