Class WindowsHost2
Inheritance
System.Object
WindowsHost2
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class WindowsHost2 : WindowsFormsHost
Constructors
WindowsHost2()
Declaration
public WindowsHost2()
Methods
DestroyWindowCore(HandleRef)
Declaration
protected override void DestroyWindowCore(HandleRef hwnd)
Parameters
System.Runtime.InteropServices.HandleRef
hwnd
|
WndProc(IntPtr, Int32, IntPtr, IntPtr, ref Boolean)
Declaration
protected override IntPtr WndProc(IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, ref bool handled)
Parameters
System.IntPtr
hwnd
|
System.Int32
msg
|
System.IntPtr
wParam
|
System.IntPtr
lParam
|
System.Boolean
handled
|
Returns
System.IntPtr
|
Events
DestroyWindowCoreStarting
Declaration
public event EventHandler DestroyWindowCoreStarting
Event Type
System.EventHandler
|