C# 클래스 Switcheroo.AppWindow

This class is a wrapper around the Win32 api window handles
상속: ManagedWinapi.Windows.SystemWindow
파일 보기 프로젝트 열기: jsulak/Switcheroo 1 사용 예제들

공개 메소드들

메소드 설명
AppWindow ( IntPtr HWnd ) : System
SwitchTo ( ) : void

Sets the focus to this window and brings it to the foreground.

비공개 메소드들

메소드 설명
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void

메소드 상세

AppWindow() 공개 메소드

public AppWindow ( IntPtr HWnd ) : System
HWnd System.IntPtr
리턴 System

SwitchTo() 공개 메소드

Sets the focus to this window and brings it to the foreground.
public SwitchTo ( ) : void
리턴 void