Click or drag to resize

ExternalWindowrestore Method

Restores the window to its normal state (i.e., unminimized, unmaximized).

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

Parameters

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