C# Class Switcheroo.AppWindow

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

Public Methods

Method Description
AppWindow ( IntPtr HWnd ) : System
SwitchTo ( ) : void

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

Private Methods

Method Description
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void

Method Details

AppWindow() public method

public AppWindow ( IntPtr HWnd ) : System
HWnd System.IntPtr
return System

SwitchTo() public method

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