Property | Type | Description | |
---|---|---|---|
FromComObject | |||
GetDesktopsInternal | IEnumerable |
||
RegisterListener | IDisposable | ||
VirtualDesktop | System | ||
VirtualDesktop | System |
Method | Description | |
---|---|---|
Create ( ) : |
Creates a virtual desktop.
|
|
FromHwnd ( |
Returns the virtual desktop that the specified window is located.
|
|
FromId ( System.Guid desktopId ) : |
Returns the virtual desktop of the specified identifier.
|
|
GetDesktops ( ) : WindowsDesktop.VirtualDesktop[] |
Returns all the virtual desktops of currently valid.
|
|
GetLeft ( ) : |
Returns a virtual desktop on the left.
|
|
GetRight ( ) : |
Returns a virtual desktop on the right.
|
|
IsPinnedApplication ( string appId ) : bool | ||
IsPinnedWindow ( |
||
PinApplication ( string appId ) : void | ||
PinWindow ( |
||
Remove ( ) : void |
Remove the virtual desktop.
|
|
Remove ( |
Remove the virtual desktop, specifying a virtual desktop that display after destroyed.
|
|
Switch ( ) : void |
Display the virtual desktop.
|
|
UnpinApplication ( string appId ) : void | ||
UnpinWindow ( |
Method | Description | |
---|---|---|
FromComObject ( IVirtualDesktop desktop ) : |
||
GetDesktopsInternal ( ) : IEnumerable |
||
RegisterListener ( ) : IDisposable | ||
VirtualDesktop ( ) : System | ||
VirtualDesktop ( IVirtualDesktop comObject ) : System |
public static FromHwnd ( |
||
hwnd | ||
return |
public static FromId ( System.Guid desktopId ) : |
||
desktopId | System.Guid | |
return |
public static GetDesktops ( ) : WindowsDesktop.VirtualDesktop[] | ||
return | WindowsDesktop.VirtualDesktop[] |
public static IsPinnedApplication ( string appId ) : bool | ||
appId | string | |
return | bool |
public static IsPinnedWindow ( |
||
hWnd | ||
return | bool |
public static PinApplication ( string appId ) : void | ||
appId | string | |
return | void |
public static PinWindow ( |
||
hWnd | ||
return | void |
public Remove ( |
||
fallbackDesktop | ||
return | void |
public static UnpinApplication ( string appId ) : void | ||
appId | string | |
return | void |
public static UnpinWindow ( |
||
hWnd | ||
return | void |