ExternalWindowmoveTo Method |
Moves the window to a specified location.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax 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