C# Class Standard.CREATESTRUCT

Show 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 property

public int cx
return int

cy public property

public int cy
return int

dwExStyle public property

public WS_EX dwExStyle
return WS_EX

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

style public property

public WS style
return WS

x public property

public int x
return int

y public property

public int y
return int