C# Class WPFUtils.Controls.ExternalWindowHost

Inheritance: System.Windows.Interop.HwndHost
Mostra file Open project: BravoAlpha/WPFUtils Class Usage Examples

Public Methods

Method Description
ExternalWindowHost ( IntPtr externalWindowHandle ) : System

Protected Methods

Method Description
BuildWindowCore ( HandleRef hwndParent ) : HandleRef
DestroyWindowCore ( HandleRef hwnd ) : void

Method Details

BuildWindowCore() protected method

protected BuildWindowCore ( HandleRef hwndParent ) : HandleRef
hwndParent System.Runtime.InteropServices.HandleRef
return System.Runtime.InteropServices.HandleRef

DestroyWindowCore() protected method

protected DestroyWindowCore ( HandleRef hwnd ) : void
hwnd System.Runtime.InteropServices.HandleRef
return void

ExternalWindowHost() public method

public ExternalWindowHost ( IntPtr externalWindowHandle ) : System
externalWindowHandle System.IntPtr
return System