WindowupdateOptions Method |
Changes a window's options that were defined upon creation.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public void updateOptions(
WindowOptions options,
AckCallback callback = null,
AckCallback errorCallback = null
)
Parameters
- options
- Type: Openfin.DesktopWindowOptions
The window options to change - callback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method succeeds.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also