C# Класс WindowsDesktop.ApplicationExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsPinned ( this app ) : bool
Pin ( this app ) : void
TogglePin ( this app ) : void
Unpin ( this app ) : void

Приватные методы

Метод Описание
GetWindowHandle ( this app ) : IntPtr

Описание методов

IsPinned() публичный статический Метод

public static IsPinned ( this app ) : bool
app this
Результат bool

Pin() публичный статический Метод

public static Pin ( this app ) : void
app this
Результат void

TogglePin() публичный статический Метод

public static TogglePin ( this app ) : void
app this
Результат void

Unpin() публичный статический Метод

public static Unpin ( this app ) : void
app this
Результат void