C# Class OpenIDE.Core.Windowing.BringToForeGroundWindows

Afficher le fichier Open project: continuoustests/OpenIDE Class Usage Examples

Méthodes publiques

Méthode Description
BringToFront ( IntPtr hWnd ) : void

Private Methods

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

public static BringToFront ( IntPtr hWnd ) : void
hWnd System.IntPtr
Résultat void