C# Class Switcheroo.AppWindow

This class is a wrapper around the Win32 api window handles
Inheritance: ManagedWinapi.Windows.SystemWindow
Afficher le fichier Open project: jsulak/Switcheroo Class Usage Examples

Méthodes publiques

Méthode Description
AppWindow ( IntPtr HWnd ) : System
SwitchTo ( ) : void

Sets the focus to this window and brings it to the foreground.

Private Methods

Méthode Description
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void

Method Details

AppWindow() public méthode

public AppWindow ( IntPtr HWnd ) : System
HWnd System.IntPtr
Résultat System

SwitchTo() public méthode

Sets the focus to this window and brings it to the foreground.
public SwitchTo ( ) : void
Résultat void