C# 클래스 Standard.CREATESTRUCT

파일 보기 프로젝트 열기: MahApps/MahApps.Metro 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 상세

cx 공개적으로 프로퍼티

public int cx
리턴 int

cy 공개적으로 프로퍼티

public int cy
리턴 int

dwExStyle 공개적으로 프로퍼티

public WS_EX dwExStyle
리턴 WS_EX

hInstance 공개적으로 프로퍼티

public IntPtr,System hInstance
리턴 System.IntPtr

hMenu 공개적으로 프로퍼티

public IntPtr,System hMenu
리턴 System.IntPtr

hwndParent 공개적으로 프로퍼티

public IntPtr,System hwndParent
리턴 System.IntPtr

lpCreateParams 공개적으로 프로퍼티

public IntPtr,System lpCreateParams
리턴 System.IntPtr

style 공개적으로 프로퍼티

public WS style
리턴 WS

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int