C# 클래스 SoundBoard.Wpf.Utility.WinApi

파일 보기 프로젝트 열기: jormenjanssen/Soundboard

공개 메소드들

메소드 설명
ShowToFront ( IntPtr window ) : void

비공개 메소드들

메소드 설명
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

메소드 상세

ShowToFront() 공개 정적인 메소드

public static ShowToFront ( IntPtr window ) : void
window System.IntPtr
리턴 void