C# 클래스 WPFUtils.Controls.ExternalWindowHost

상속: System.Windows.Interop.HwndHost
파일 보기 프로젝트 열기: BravoAlpha/WPFUtils 1 사용 예제들

공개 메소드들

메소드 설명
ExternalWindowHost ( IntPtr externalWindowHandle ) : System

보호된 메소드들

메소드 설명
BuildWindowCore ( HandleRef hwndParent ) : HandleRef
DestroyWindowCore ( HandleRef hwnd ) : void

메소드 상세

BuildWindowCore() 보호된 메소드

protected BuildWindowCore ( HandleRef hwndParent ) : HandleRef
hwndParent System.Runtime.InteropServices.HandleRef
리턴 System.Runtime.InteropServices.HandleRef

DestroyWindowCore() 보호된 메소드

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

ExternalWindowHost() 공개 메소드

public ExternalWindowHost ( IntPtr externalWindowHandle ) : System
externalWindowHandle System.IntPtr
리턴 System