C# Class Prizm.Main.WinApi

Win32 Api for activate the window and bring it to the foreground
Afficher le fichier Open project: AleksMorozova/prizm

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