C# Class SylphyHorn.Services.VirtualDesktopService

Afficher le fichier Open project: Grabacr07/SylphyHorn Class Usage Examples

Méthodes publiques

Méthode Description
GetLeft ( ) : VirtualDesktop
GetRight ( ) : VirtualDesktop
MoveToLeft ( this hWnd ) : VirtualDesktop
MoveToNew ( this hWnd ) : VirtualDesktop
MoveToRight ( this hWnd ) : VirtualDesktop
Pin ( this hWnd ) : void
PinApp ( this hWnd ) : void
TogglePin ( this hWnd ) : void
TogglePinApp ( this hWnd ) : void
Unpin ( this hWnd ) : void
UnpinApp ( this hWnd ) : void

Private Methods

Méthode Description
RaisePinnedEvent ( IntPtr target, PinOperations operation ) : void

Method Details

GetLeft() public static méthode

public static GetLeft ( ) : VirtualDesktop
Résultat WindowsDesktop.VirtualDesktop

GetRight() public static méthode

public static GetRight ( ) : VirtualDesktop
Résultat WindowsDesktop.VirtualDesktop

MoveToLeft() public static méthode

public static MoveToLeft ( this hWnd ) : VirtualDesktop
hWnd this
Résultat WindowsDesktop.VirtualDesktop

MoveToNew() public static méthode

public static MoveToNew ( this hWnd ) : VirtualDesktop
hWnd this
Résultat WindowsDesktop.VirtualDesktop

MoveToRight() public static méthode

public static MoveToRight ( this hWnd ) : VirtualDesktop
hWnd this
Résultat WindowsDesktop.VirtualDesktop

Pin() public static méthode

public static Pin ( this hWnd ) : void
hWnd this
Résultat void

PinApp() public static méthode

public static PinApp ( this hWnd ) : void
hWnd this
Résultat void

TogglePin() public static méthode

public static TogglePin ( this hWnd ) : void
hWnd this
Résultat void

TogglePinApp() public static méthode

public static TogglePinApp ( this hWnd ) : void
hWnd this
Résultat void

Unpin() public static méthode

public static Unpin ( this hWnd ) : void
hWnd this
Résultat void

UnpinApp() public static méthode

public static UnpinApp ( this hWnd ) : void
hWnd this
Résultat void