Click or drag to resize

ExternalWindowmoveTo Method

Moves the window to a specified location.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
void moveTo(
	int left,
	int top,
	ExternalWindowAckResult result
)

Parameters

left
Type: SystemInt32
The left position of the window.
top
Type: SystemInt32
The top position of the window.
result
Type: Openfin.DesktopExternalWindowAckResult
Notifies the desktop of success/failure of this action
See Also