C# Class TestMinimal.AppWindow

Inheritance: SciterSharp.SciterWindow
Exibir arquivo Open project: MISoftware/SciterSharp

Public Methods

Method Description
AfterWindowCreate ( ) : void
CreateMainWindowNative ( int width, int height ) : void
EnableDwmClientArea ( ) : void

Protected Methods

Method Description
ProcessWindowMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam, IntPtr &lResult ) : bool

Private Methods

Method Description
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

Method Details

AfterWindowCreate() public method

public AfterWindowCreate ( ) : void
return void

CreateMainWindowNative() public method

public CreateMainWindowNative ( int width, int height ) : void
width int
height int
return void

EnableDwmClientArea() public method

public EnableDwmClientArea ( ) : void
return void

ProcessWindowMessage() protected method

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
return bool