C# Class SoundBoard.Wpf.Utility.WinApi

Show file Open project: jormenjanssen/Soundboard

Public Methods

Method Description
ShowToFront ( IntPtr window ) : void

Private Methods

Method Description
PostMessage ( IntPtr hwnd, int msg, IntPtr wparam, IntPtr lparam ) : bool
RegisterWindowMessage ( string message ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindow ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

ShowToFront() public static method

public static ShowToFront ( IntPtr window ) : void
window System.IntPtr
return void