C# 클래스 TestMinimal.AppWindow

상속: SciterSharp.SciterWindow
파일 보기 프로젝트 열기: MISoftware/SciterSharp

공개 메소드들

메소드 설명
AfterWindowCreate ( ) : void
CreateMainWindowNative ( int width, int height ) : void
EnableDwmClientArea ( ) : void

보호된 메소드들

메소드 설명
ProcessWindowMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam, IntPtr &lResult ) : bool

비공개 메소드들

메소드 설명
CreateWindowExW ( uint dwExStyle, [ lpClassName, [ lpWindowName, uint dwStyle, int x, int y, int nWidth, int nHeight, IntPtr hWndParent, IntPtr hMenu, IntPtr hInstance, IntPtr lpParam ) : IntPtr
GetModuleHandle ( string lpModuleName ) : IntPtr
InternalProcessNativeWindowMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam ) : IntPtr
RegisterClassExW ( [ lpwcx ) : short
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
SetWindowPos ( IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, SetWindowPosFlags uFlags ) : bool

메소드 상세

AfterWindowCreate() 공개 메소드

public AfterWindowCreate ( ) : void
리턴 void

CreateMainWindowNative() 공개 메소드

public CreateMainWindowNative ( int width, int height ) : void
width int
height int
리턴 void

EnableDwmClientArea() 공개 메소드

public EnableDwmClientArea ( ) : void
리턴 void

ProcessWindowMessage() 보호된 메소드

protected ProcessWindowMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam, IntPtr &lResult ) : bool
hwnd System.IntPtr
msg uint
wParam System.IntPtr
lParam System.IntPtr
lResult System.IntPtr
리턴 bool