C# 클래스 WindowsDesktop.Internal.RawWindow

파일 보기 프로젝트 열기: Grabacr07/VirtualDesktop

공개 메소드들

메소드 설명
Close ( ) : void
Show ( ) : void

보호된 메소드들

메소드 설명
Show ( System.Windows.Interop.HwndSourceParameters parameters ) : void
WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

Show() 보호된 메소드

protected Show ( System.Windows.Interop.HwndSourceParameters parameters ) : void
parameters System.Windows.Interop.HwndSourceParameters
리턴 void

WndProc() 보호된 메소드

protected WndProc ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
리턴 System.IntPtr