ExternalWindowshowAt Method |
Shows the window if it is hidden at the specified location.
If the toggle parameter is set to true, the window will
alternate between showing and hiding.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax void showAt(
int left,
int top,
bool toggle,
ExternalWindowAckResult result
)
Parameters
- left
- Type: SystemInt32
The left position of the window. - top
- Type: SystemInt32
The right position of the window. - toggle
- Type: SystemBoolean
If true, the window will alternate between showing and hiding in subsequent calls.
- result
- Type: Openfin.DesktopExternalWindowAckResult
Notifies the desktop of success/failure of this action
See Also