Method | Description | |
---|---|---|
GetCurrentDesktop ( this window ) : |
Returns a virtual desktop that window is located.
|
|
IsCurrentVirtualDesktop ( this window ) : bool |
Determines whether the window is located over the virtual desktop that current displayed.
|
|
IsPinned ( this window ) : bool | ||
MoveToDesktop ( this window, |
Move this window to specified virtual desktop.
|
|
Pin ( this window ) : void | ||
SwitchAndMove ( this virtualDesktop, |
||
TogglePin ( this window ) : void | ||
Unpin ( this window ) : void |
Method | Description | |
---|---|---|
GetHandle ( this window ) : |
public static GetCurrentDesktop ( this window ) : |
||
window | this | |
return |
public static IsCurrentVirtualDesktop ( this window ) : bool | ||
window | this | |
return | bool |
public static IsPinned ( this window ) : bool | ||
window | this | |
return | bool |
public static MoveToDesktop ( this window, |
||
window | this | |
virtualDesktop | ||
return | void |
public static SwitchAndMove ( this virtualDesktop, |
||
virtualDesktop | this | |
window | ||
return | void |
public static TogglePin ( this window ) : void | ||
window | this | |
return | void |