C# 클래스 TestMinimal.AppWindow.WNDCLASSEX

파일 보기 프로젝트 열기: MISoftware/SciterSharp

공개 프로퍼티들

프로퍼티 타입 설명
cbClsExtra int
cbWndExtra int
hCursor System.IntPtr
hIcon System.IntPtr
hIconSm System.IntPtr
hInstance System.IntPtr
hbrBackground System.IntPtr
lpfnWndProc System.IntPtr
lpszClassName string
lpszMenuName string

공개 메소드들

메소드 설명
Build ( ) : WNDCLASSEX

메소드 상세

Build() 공개 정적인 메소드

public static Build ( ) : WNDCLASSEX
리턴 WNDCLASSEX

프로퍼티 상세

cbClsExtra 공개적으로 프로퍼티

public int cbClsExtra
리턴 int

cbWndExtra 공개적으로 프로퍼티

public int cbWndExtra
리턴 int

hCursor 공개적으로 프로퍼티

public IntPtr,System hCursor
리턴 System.IntPtr

hIcon 공개적으로 프로퍼티

public IntPtr,System hIcon
리턴 System.IntPtr

hIconSm 공개적으로 프로퍼티

public IntPtr,System hIconSm
리턴 System.IntPtr

hInstance 공개적으로 프로퍼티

public IntPtr,System hInstance
리턴 System.IntPtr

hbrBackground 공개적으로 프로퍼티

public IntPtr,System hbrBackground
리턴 System.IntPtr

lpfnWndProc 공개적으로 프로퍼티

public IntPtr,System lpfnWndProc
리턴 System.IntPtr

lpszClassName 공개적으로 프로퍼티

public string lpszClassName
리턴 string

lpszMenuName 공개적으로 프로퍼티

public string lpszMenuName
리턴 string