C# Class ConsoleApplication1.VirtualDesktopManager

Afficher le fichier Open project: Abhiseshan/swipe10

Méthodes publiques

Méthode Description
GetWindowDesktopId ( IntPtr TopLevelWindow ) : System.Guid
IsWindowOnCurrentVirtualDesktop ( IntPtr TopLevelWindow ) : bool
MoveWindowToDesktop ( IntPtr TopLevelWindow, System.Guid CurrentDesktop ) : void
VirtualDesktopManager ( ) : System

Method Details

GetWindowDesktopId() public méthode

public GetWindowDesktopId ( IntPtr TopLevelWindow ) : System.Guid
TopLevelWindow System.IntPtr
Résultat System.Guid

IsWindowOnCurrentVirtualDesktop() public méthode

public IsWindowOnCurrentVirtualDesktop ( IntPtr TopLevelWindow ) : bool
TopLevelWindow System.IntPtr
Résultat bool

MoveWindowToDesktop() public méthode

public MoveWindowToDesktop ( IntPtr TopLevelWindow, System.Guid CurrentDesktop ) : void
TopLevelWindow System.IntPtr
CurrentDesktop System.Guid
Résultat void

VirtualDesktopManager() public méthode

public VirtualDesktopManager ( ) : System
Résultat System