C# Класс Switcheroo.AppWindow

This class is a wrapper around the Win32 api window handles
Наследование: ManagedWinapi.Windows.SystemWindow
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AppWindow ( IntPtr HWnd ) : System
SwitchTo ( ) : void

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

Приватные методы

Метод Описание
SwitchToThisWindow ( IntPtr hWnd, bool fAltTab ) : void

Описание методов

AppWindow() публичный Метод

public AppWindow ( IntPtr HWnd ) : System
HWnd System.IntPtr
Результат System

SwitchTo() публичный Метод

Sets the focus to this window and brings it to the foreground.
public SwitchTo ( ) : void
Результат void