메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
GetHandle ( this window ) : |
public static GetCurrentDesktop ( this window ) : |
||
window | this | |
리턴 |
public static IsCurrentVirtualDesktop ( this window ) : bool | ||
window | this | |
리턴 | bool |
public static MoveToDesktop ( this window, |
||
window | this | |
virtualDesktop | ||
리턴 | void |
public static SwitchAndMove ( this virtualDesktop, |
||
virtualDesktop | this | |
window | ||
리턴 | void |