GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.IHiddenDesktops Interface Reference

Every hidden desktop this process has made, and the screen itself. Peek and Return move the screen, which is not something one desktop owns, so they live here rather than on a single desktop. More...

Public Member Functions

string Peek ()
string Peek (int forMsEach)
string Peek (string desktopName)
bool Return ()
void CloseAll ()

Properties

IReadOnlyList< string > Names [get]
IHiddenDesktop this[string desktopName] [get]
int WindowCount [get]
bool IsShowing [get]

Detailed Description

Every hidden desktop this process has made, and the screen itself. Peek and Return move the screen, which is not something one desktop owns, so they live here rather than on a single desktop.

Definition at line 172 of file Interfaces.cs.

Property Documentation

◆ IsShowing

bool GenerallyPositive.Browser.IHiddenDesktops.IsShowing
get

Definition at line 181 of file Interfaces.cs.

◆ Names

IReadOnlyList<string> GenerallyPositive.Browser.IHiddenDesktops.Names
get

Definition at line 175 of file Interfaces.cs.

◆ this[string desktopName]

IHiddenDesktop GenerallyPositive.Browser.IHiddenDesktops.this[string desktopName]
get

Definition at line 177 of file Interfaces.cs.

◆ WindowCount

int GenerallyPositive.Browser.IHiddenDesktops.WindowCount
get

Definition at line 179 of file Interfaces.cs.


The documentation for this interface was generated from the following file: