WindowOptionsAlwaysOnTop Property |
The AlwaysOnTop property represents a flag to always position
the window at the top of the window stack.
Default: false
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public bool AlwaysOnTop { get; set; }
Property Value
Type:
Boolean
The AlwaysOnTop property gets/sets the value of the
underlying JObject field, "alwaysOnTop".
See Also