Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
WindowsDesktop
ApplicationExtensions
C# Class WindowsDesktop.ApplicationExtensions
Show file
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