C# Class SoundBoard.Wpf.Utility.WinApi

Afficher le fichier Open project: jormenjanssen/Soundboard

Méthodes publiques

Méthode Description
ShowToFront ( IntPtr window ) : void

Private Methods

Méthode 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 méthode

public static ShowToFront ( IntPtr window ) : void
window System.IntPtr
Résultat void