C# 클래스 OpenIDE.Core.Windowing.BringToForeGroundWindows

파일 보기 프로젝트 열기: continuoustests/OpenIDE 1 사용 예제들

공개 메소드들

메소드 설명
BringToFront ( IntPtr hWnd ) : void

비공개 메소드들

메소드 설명
AttachThreadInput ( IntPtr idAttach, IntPtr idAttachTo, int fAttach ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr ProcessId ) : IntPtr
IsIconic ( IntPtr hWnd ) : bool
IsZoomed ( IntPtr hWnd ) : bool
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

BringToFront() 공개 정적인 메소드

public static BringToFront ( IntPtr hWnd ) : void
hWnd System.IntPtr
리턴 void