Click or drag to resize

ExternalWindowsetAsForeground Method

Set's the window as the foreground window.

The window is activated(focused) and brought to front.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
void setAsForeground(
	ExternalWindowAckResult result
)

Parameters

result
Type: Openfin.DesktopExternalWindowAckResult
Notifies the desktop of success/failure of this action
See Also