C# Class Standard.CREATESTRUCT

Mostra file Open project: MahApps/MahApps.Metro Class Usage Examples

Public Properties

Property Type Description
cx int
cy int
dwExStyle WS_EX
hInstance System.IntPtr
hMenu System.IntPtr
hwndParent System.IntPtr
lpCreateParams System.IntPtr
style WS
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 WS_EX dwExStyle
return WS_EX

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

style public_oe property

public WS style
return WS

x public_oe property

public int x
return int

y public_oe property

public int y
return int