C# Class TestMinimal.AppWindow

Inheritance: SciterSharp.SciterWindow
Afficher le fichier Open project: MISoftware/SciterSharp

Méthodes publiques

Méthode Description
AfterWindowCreate ( ) : void
CreateMainWindowNative ( int width, int height ) : void
EnableDwmClientArea ( ) : void

Méthodes protégées

Méthode Description
ProcessWindowMessage ( IntPtr hwnd, uint msg, IntPtr wParam, IntPtr lParam, IntPtr &lResult ) : bool

Private Methods

Méthode 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 méthode

public AfterWindowCreate ( ) : void
Résultat void

CreateMainWindowNative() public méthode

public CreateMainWindowNative ( int width, int height ) : void
width int
height int
Résultat void

EnableDwmClientArea() public méthode

public EnableDwmClientArea ( ) : void
Résultat void

ProcessWindowMessage() protected méthode

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
Résultat bool