C# Class Switcheroo.Core.AppWindow

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

Méthodes publiques

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

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

SwitchToLastVisibleActivePopup ( ) : void

Private Methods

Méthode Description
GetExecutablePath ( int processId ) : string
GetLastActiveVisiblePopup ( ) : IntPtr
HasAppropriateApplicationViewCloakType ( ) : bool
HasITaskListDeletedProperty ( ) : bool
HasWindowTitle ( ) : bool
IsAppWindow ( ) : bool
IsApplicationFrameWindow ( ) : bool
IsCoreWindow ( ) : bool
IsNoActivate ( ) : bool
IsOwnerOrOwnerNotVisible ( ) : bool
IsToolWindow ( ) : bool

Method Details

AppWindow() public méthode

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

IsAltTabWindow() public méthode

public IsAltTabWindow ( ) : bool
Résultat bool

SwitchTo() public méthode

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

SwitchToLastVisibleActivePopup() public méthode

public SwitchToLastVisibleActivePopup ( ) : void
Résultat void