C# Class OpenIDE.Core.Windowing.BringToForeGroundWindows

Datei anzeigen Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
BringToFront ( IntPtr hWnd ) : void

Private Methods

Method Description
AttachThreadInput ( IntPtr idAttach, IntPtr idAttachTo, int fAttach ) : IntPtr
GetForegroundWindow ( ) : IntPtr
GetWindowThreadProcessId ( IntPtr hWnd, IntPtr ProcessId ) : IntPtr
IsIconic ( IntPtr hWnd ) : bool
IsZoomed ( IntPtr hWnd ) : bool
SetForegroundWindow ( IntPtr hWnd ) : bool
ShowWindowAsync ( IntPtr hWnd, int nCmdShow ) : bool

Method Details

BringToFront() public static method

public static BringToFront ( IntPtr hWnd ) : void
hWnd System.IntPtr
return void