C# Class WindowsDesktop.ApplicationExtensions

ファイルを表示 Open project: Grabacr07/VirtualDesktop

Public Methods

Method Description
IsPinned ( this app ) : bool
Pin ( this app ) : void
TogglePin ( this app ) : void
Unpin ( this app ) : void

Private Methods

Method Description
GetWindowHandle ( this app ) : IntPtr

Method Details

IsPinned() public static method

public static IsPinned ( this app ) : bool
app this
return bool

Pin() public static method

public static Pin ( this app ) : void
app this
return void

TogglePin() public static method

public static TogglePin ( this app ) : void
app this
return void

Unpin() public static method

public static Unpin ( this app ) : void
app this
return void