Table of Contents

Class Window

Namespace
NetAutoGUI
Assembly
NetAutoGUI.dll

A window on desktop

public class Window
Inheritance
Window
Inherited Members
Extension Methods

Constructors

Window(long)

public Window(long id)

Parameters

id long

Properties

Boundary

public Rectangle Boundary { get; }

Property Value

Rectangle

Id

public long Id { get; }

Property Value

long

Title

public string Title { get; }

Property Value

string

Methods

Close()

public void Close()

PressKey(VirtualKeyCode)

public void PressKey(VirtualKeyCode keyCode)

Parameters

keyCode VirtualKeyCode