C# Class Prizm.Main.WinApi

Win32 Api for activate the window and bring it to the foreground
Exibir arquivo Open project: AleksMorozova/prizm

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